fix: add proper excludes from pre-commit

This commit is contained in:
Quentin Ferrand 2022-01-12 23:35:37 +01:00
parent 12ec05c7f1
commit 94c6b18118

View file

@ -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