Skip to content

Commit 2ce2199

Browse files
committed
Add check-json and meta pre-commit hooks
1 parent 4616984 commit 2ce2199

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ ci:
3535

3636
default_install_hook_types: [pre-commit, pre-push, commit-msg]
3737
repos:
38+
- repo: meta
39+
hooks:
40+
- id: check-useless-excludes
3841
- repo: https://github.com/pre-commit/pre-commit-hooks
3942
rev: v4.6.0
4043
hooks:
@@ -44,6 +47,7 @@ repos:
4447
- id: check-merge-conflict
4548
- id: check-shebang-scripts-are-executable
4649
- id: check-symlinks
50+
- id: check-json
4751
- id: check-toml
4852
- id: check-vcs-permalinks
4953
- id: check-yaml

0 commit comments

Comments
 (0)