diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2654dc2..7c1246e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,8 +7,10 @@ repos: - id: check-symlinks - id: check-yaml - id: end-of-file-fixer + exclude: \.svg$ - id: trailing-whitespace args: [--markdown-linebreak-ext=md] + exclude: \.svg$ - repo: local hooks: