Skip to content

Commit 2640369

Browse files
committed
update pre-commit
1 parent 976542d commit 2640369

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ repos:
1919
- id: isort
2020
args:
2121
- "--profile=black"
22+
exclude: ^.devcontainer/
2223
- repo: https://github.com/psf/black
2324
rev: 22.12.0
2425
hooks:
2526
- id: black
2627
language_version: python3
28+
exclude: ^.devcontainer/
2729
- repo: https://github.com/asottile/add-trailing-comma
2830
rev: v2.4.0
2931
hooks:
@@ -34,6 +36,7 @@ repos:
3436
rev: 6.0.0
3537
hooks:
3638
- id: flake8
39+
exclude: ^.devcontainer/
3740
- repo: https://github.com/asottile/pyupgrade
3841
rev: v3.3.1
3942
hooks:
@@ -44,6 +47,12 @@ repos:
4447
rev: v1.29.0
4548
hooks:
4649
- id: yamllint
50+
- repo: https://github.com/econchick/interrogate
51+
rev: 1.5.0
52+
hooks:
53+
- id: interrogate
54+
args: [--fail-under=90, --verbose]
55+
exclude: (^.devcontainer/|^netbox_acls/migrations/)
4756
#- repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
4857
# rev: v1.1.2
4958
# hooks:

0 commit comments

Comments
 (0)