Skip to content

Commit c168955

Browse files
authored
Add JSON validity pre-commit check (#799)
1 parent 2e8823b commit c168955

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
@@ -18,6 +18,7 @@ repos:
1818
- id: check-added-large-files
1919
args: ['--maxkb=5000']
2020
- id: check-case-conflict
21+
- id: check-json
2122
- id: check-toml
2223
- id: check-yaml
2324
- id: debug-statements

0 commit comments

Comments
 (0)