diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 79885c2..f8626f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,9 +14,12 @@ repos: rev: v4.6.0 hooks: - id: trailing-whitespace + exclude: ^data/ - id: end-of-file-fixer - - id: check-yaml + exclude: ^data/ - id: check-added-large-files + exclude: ^data/ + - id: check-yaml - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: