diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fed1fd5..f2b337b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer + exclude: '^tests/sample-data' - id: check-json - id: check-yaml - id: check-toml