File tree 1 file changed +8
-9
lines changed 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 3
3
4
4
default_stages : [commit]
5
5
repos :
6
+ - repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
7
+ rev : v2.3.0
8
+ hooks :
9
+ - id : pretty-format-yaml
10
+ args : [--autofix, --indent, '4']
11
+
6
12
- repo : https://github.com/pre-commit/pre-commit-hooks
7
13
rev : v4.2.0
8
14
hooks :
9
15
- id : check-builtin-literals
10
16
- id : check-case-conflict
11
17
- id : check-docstring-first
18
+ - id : check-json
19
+ exclude : tsconfig.json
12
20
- id : check-toml
13
21
- id : check-xml
14
22
- id : check-yaml
15
23
- id : detect-private-key
16
24
- id : end-of-file-fixer
17
25
exclude : \.min\.js$
18
26
- id : trailing-whitespace
19
- - id : check-json
20
- exclude : tsconfig.json
21
- - id : check-yaml
22
27
23
28
- repo : https://github.com/PyCQA/bandit
24
29
rev : 1.7.4
@@ -50,12 +55,6 @@ repos:
50
55
name : isort (python)
51
56
args : [--profile, black]
52
57
53
- - repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
54
- rev : v2.3.0
55
- hooks :
56
- - id : pretty-format-yaml
57
- args : [--autofix, --indent, '4']
58
-
59
58
- repo : https://github.com/asottile/pyupgrade
60
59
rev : v2.32.1
61
60
hooks :
You can’t perform that action at this time.
0 commit comments