File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,22 @@ repos:
12
12
- id : check-merge-conflict
13
13
- id : debug-statements
14
14
- id : detect-private-key
15
+ exclude : ' tests/data/.*'
16
+ - id : check-builtin-literals
17
+ - id : check-case-conflict
18
+ - id : check-docstring-first
19
+ - id : check-executables-have-shebangs
20
+ - id : check-json
21
+ - id : pretty-format-json
22
+ args :
23
+ - ' --indent'
24
+ - ' 4'
25
+ - ' --autofix'
26
+ - ' --no-sort-keys'
27
+ - id : check-toml
28
+ - id : fix-encoding-pragma
29
+ args :
30
+ - ' --remove'
15
31
- repo : https://github.com/psf/black
16
32
rev : 19.10b0
17
33
hooks :
@@ -20,18 +36,20 @@ repos:
20
36
rev : v1.7.0
21
37
hooks :
22
38
- id : blacken-docs
23
- additional_dependencies : [black==19.10b0]
39
+ additional_dependencies :
40
+ - black==19.10b0
24
41
- repo : https://github.com/asottile/seed-isort-config
25
42
rev : v2.1.1
26
43
hooks :
27
44
- id : seed-isort-config
28
- - repo : https://github.com/pre-commit/mirrors- isort
29
- rev : v4 .3.21
45
+ - repo : https://github.com/timothycrosley/ isort
46
+ rev : 4 .3.21
30
47
hooks :
31
48
- id : isort
49
+ additional_dependencies :
50
+ - toml==0.10.0
32
51
- repo : https://github.com/pre-commit/pygrep-hooks
33
52
rev : v1.5.1
34
53
hooks :
35
- - id : python-use-type-annotations
36
54
- id : python-no-eval
37
55
- id : python-no-log-warn
You can’t perform that action at this time.
0 commit comments