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 bb7c988 commit 675902dCopy full SHA for 675902d
1 file changed
.pre-commit-config.yaml
@@ -20,10 +20,17 @@ repos:
20
rev: v6.0.0
21
hooks:
22
- id: check-ast
23
+ - id: check-builtin-literals
24
- id: check-case-conflict
25
- id: check-illegal-windows-names
26
+ - id: check-json
27
- id: check-merge-conflict
28
+ - id: check-toml
29
- id: check-vcs-permalinks
30
+ - id: check-yaml
31
+ - id: debug-statements
32
+ - id: detect-aws-credentials
33
+ args: [--allow-missing-credentials]
34
- id: detect-private-key
35
- id: fix-byte-order-marker
36
- id: forbid-submodules
0 commit comments