Skip to content

Commit

Permalink
feat: Adding exchange protocol as a supported 3rd party schema and ob…
Browse files Browse the repository at this point in the history
…ject model. (#416)

* chore: Adjust codecov to allow for some wiggle room.

Signed-off-by: Chris Butler <chris@thebutlers.me>

* feat:Added exchange protocol support

Signed-off-by: Chris Butler <chris@thebutlers.me>
  • Loading branch information
butler54 authored Mar 21, 2021
1 parent 1bc5860 commit 05b8781
Show file tree
Hide file tree
Showing 6 changed files with 791 additions and 1,646 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: yapf
args: [--in-place, --parallel, --recursive, --style, .yapf-config]
files: "^(trestle|tests|scripts)"
exclude: "oscal"
exclude: "(oscal|third_party)"
stages: [commit]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
Expand All @@ -32,7 +32,7 @@ repos:
pep8-naming,
]
files: "^(trestle|tests|scripts)"
exclude: "oscal"
exclude: "(oscal|third_party)"
stages: [commit]
- repo: https://github.com/hukkinj1/mdformat
rev: 0.5.3 # Do not change version. 0.6.0 introduces breaking changes.
Expand Down
Loading

0 comments on commit 05b8781

Please sign in to comment.