Skip to content

Commit 73b0db8

Browse files
committed
disable blanket-noqa check in conf.py
1 parent 9422ee0 commit 73b0db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ repos:
2626
rev: v1.10.0
2727
hooks:
2828
- id: python-check-blanket-noqa
29+
exclude: ^docs/source/conf\.py$
2930
- id: python-check-blanket-type-ignore
3031
- id: python-check-mock-methods
3132
- id: python-no-eval

0 commit comments

Comments
 (0)