Skip to content

Commit 675902d

Browse files
authored
Add 6 more official pre-commit hooks (#207)
1 parent bb7c988 commit 675902d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,17 @@ repos:
2020
rev: v6.0.0
2121
hooks:
2222
- id: check-ast
23+
- id: check-builtin-literals
2324
- id: check-case-conflict
2425
- id: check-illegal-windows-names
26+
- id: check-json
2527
- id: check-merge-conflict
28+
- id: check-toml
2629
- id: check-vcs-permalinks
30+
- id: check-yaml
31+
- id: debug-statements
32+
- id: detect-aws-credentials
33+
args: [--allow-missing-credentials]
2734
- id: detect-private-key
2835
- id: fix-byte-order-marker
2936
- id: forbid-submodules

0 commit comments

Comments
 (0)