We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4616984 commit 2ce2199Copy full SHA for 2ce2199
.pre-commit-config.yaml
@@ -35,6 +35,9 @@ ci:
35
36
default_install_hook_types: [pre-commit, pre-push, commit-msg]
37
repos:
38
+- repo: meta
39
+ hooks:
40
+ - id: check-useless-excludes
41
- repo: https://github.com/pre-commit/pre-commit-hooks
42
rev: v4.6.0
43
hooks:
@@ -44,6 +47,7 @@ repos:
44
47
- id: check-merge-conflict
45
48
- id: check-shebang-scripts-are-executable
46
49
- id: check-symlinks
50
+ - id: check-json
51
- id: check-toml
52
- id: check-vcs-permalinks
53
- id: check-yaml
0 commit comments