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 7dcffd6 commit 242bb77Copy full SHA for 242bb77
.pre-commit-config.yaml
@@ -35,9 +35,14 @@ repos:
35
- repo: https://github.com/pre-commit/pre-commit-hooks
36
rev: v6.0.0
37
hooks:
38
+ - id: check-case-conflict
39
+ - id: check-executables-have-shebangs
40
- id: check-illegal-windows-names
41
+ - id: check-json
42
- id: check-merge-conflict
43
+ - id: check-shebang-scripts-are-executable
44
- id: check-vcs-permalinks
45
+ - id: check-xml
46
- id: detect-aws-credentials
47
args: [--allow-missing-credentials]
48
- id: detect-private-key
0 commit comments