Skip to content

Commit 65ff912

Browse files
committed
add more pre commit hooks
1 parent b484a17 commit 65ff912

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.pre-commit-config.yaml

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v4.3.0
44
hooks:
5-
- id: end-of-file-fixer
6-
- id: check-yaml
7-
- id: trailing-whitespace
5+
- id: debug-statements
6+
- id: check-builtin-literals
7+
- id: check-case-conflict
8+
- id: check-docstring-first
9+
- id: check-json
10+
- id: check-toml
11+
- id: check-xml
12+
- id: check-yaml
13+
- id: detect-private-key
14+
- id: end-of-file-fixer
15+
- id: trailing-whitespace
16+
- id: debug-statements

0 commit comments

Comments
 (0)