Skip to content

Commit ef80244

Browse files
committed
add patch to to ignore hooks
1 parent 7b1c077 commit ef80244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ repos:
2323
rev: v4.6.0
2424
hooks:
2525
- id: end-of-file-fixer
26-
exclude: '\.svg$'
26+
exclude: '\.svg$|\.patch$'
2727
- id: trailing-whitespace
28-
exclude: '\.svg$'
28+
exclude: '\.svg$|\.patch$'
2929
- id: check-json
3030
- id: check-yaml
3131
args: [--allow-multiple-documents, --unsafe]

0 commit comments

Comments
 (0)