diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b437f5c8..2cad0a7d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,9 @@ repos: exclude: | (?x)^( tests/.*| - .*\.svg + .*\.svg| + .*\.yml| + .*\.json )$ - id: mixed-line-ending - id: debug-statements