We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fee34c commit 8bdebafCopy full SHA for 8bdebaf
.pre-commit-config.yaml
@@ -6,6 +6,7 @@ repos:
6
- id: check-added-large-files
7
- id: check-case-conflict
8
- id: check-executables-have-shebangs
9
+ - id: check-json
10
- id: check-merge-conflict
11
- id: check-shebang-scripts-are-executable
12
- id: check-symlinks
@@ -14,8 +15,12 @@ repos:
14
15
- id: end-of-file-fixer
16
exclude: examples/ignore/example-ignore.md
17
- id: fix-byte-order-marker
- - id: forbid-new-submodules
18
+ - id: forbid-submodules
19
- id: mixed-line-ending
20
+ - id: no-commit-to-branch
21
+ - id: pretty-format-json
22
+ args:
23
+ - --autofix
24
- id: trailing-whitespace
25
26
0 commit comments