diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff90a91..3fdbd7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: description: Check for spelling errors language: system entry: codespell - exclude: ^notebooks/ + exclude: (^notebooks/|^data/|^requirements) - repo: local hooks: - id: black