We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b484a17 commit 65ff912Copy full SHA for 65ff912
.pre-commit-config.yaml
@@ -1,7 +1,16 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v2.3.0
+ rev: v4.3.0
4
hooks:
5
- - id: end-of-file-fixer
6
- - id: check-yaml
7
- - id: trailing-whitespace
+ - id: debug-statements
+ - id: check-builtin-literals
+ - 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
0 commit comments