Skip to content

Commit 6ef1a1f

Browse files
authored
Merge pull request #80 from rpsene/main
Update pre-commit hooks to exclude JSON files
2 parents 4e6cc80 + e6e1eb1 commit 6ef1a1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ repos:
66
- id: check-symlinks
77
- id: check-yaml
88
- id: end-of-file-fixer
9-
exclude: \.svg$
9+
exclude: |
10+
\.svg$|
11+
^schemas/.*\.json$
1012
- id: trailing-whitespace
1113
args: [--markdown-linebreak-ext=md]
1214
exclude: \.svg$

0 commit comments

Comments
 (0)