Skip to content

Commit

Permalink
Add skipping svg files in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KubEF committed Nov 19, 2024
1 parent ed75dd2 commit c8d17af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8d17af

Please sign in to comment.