Skip to content

Commit 09c6ba7

Browse files
committed
ci: exclude *.svg files from trailing whitespace hook
1 parent 9865f73 commit 09c6ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ repos:
2121
exclude: "tests/((commands|data)/|test_).+"
2222
- id: trailing-whitespace
2323
args: [ --markdown-linebreak-ext=md ]
24+
exclude: '\.svg$'
2425
- id: debug-statements
2526
- id: no-commit-to-branch
2627
- id: check-merge-conflict

0 commit comments

Comments
 (0)