We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6ab7a commit 5dafb1cCopy full SHA for 5dafb1c
.pre-commit-config.yaml
@@ -14,3 +14,10 @@ repos:
14
entry: poetry run isort .
15
pass_filenames: false
16
language: system
17
+ - repo: local
18
+ hooks:
19
+ - id: system
20
+ name: autopep8
21
+ entry: poetry run autopep8 --in-place -r cyclonedx tests
22
+ pass_filenames: false
23
+ language: system
CONTRIBUTING.md
@@ -23,7 +23,7 @@ Get it all applied via:
24
```shell
25
poetry run isort .
26
-poetry run autopep8 --in-place -r .
+poetry run autopep8 --in-place -r cyclonedx tests
27
```
28
29
## Documentation
0 commit comments