diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c9c025..c96c0ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer - exclude: "ast/.*|ppr/.*" + exclude: "ast/.*|ppr/.*|.*.svg" - id: check-yaml - id: fix-byte-order-marker - id: mixed-line-ending