fix: add proper excludes from pre-commit
This commit is contained in:
parent
12ec05c7f1
commit
94c6b18118
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ repos:
|
|||
- id: double-quote-string-fixer
|
||||
- id: fix-encoding-pragma
|
||||
- id: no-commit-to-branch
|
||||
exclude: 'data/tests/'
|
||||
- id: name-tests-test
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
rev: 3.9.2
|
||||
|
|
Loading…
Reference in a new issue