File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
exclude : ^(tests/data/)
2
2
repos :
3
+ - repo : https://github.com/psf/black
4
+ rev : 19.10b0
5
+ hooks :
6
+ - id : black
7
+ args : [-S, --line-length=79, --safe, --quiet]
3
8
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v2.4 .0
9
+ rev : v3.1 .0
5
10
hooks :
6
11
- id : trailing-whitespace
7
12
- id : end-of-file-fixer
@@ -11,28 +16,23 @@ repos:
11
16
- id : name-tests-test
12
17
- id : requirements-txt-fixer
13
18
- id : double-quote-string-fixer
19
+ - repo : https://gitlab.com/pycqa/flake8
20
+ rev : 3.8.2
21
+ hooks :
22
+ - id : flake8
23
+ - repo : https://github.com/timothycrosley/isort
24
+ rev : 4.3.21
25
+ hooks :
26
+ - id : isort
14
27
- repo : https://github.com/asottile/pyupgrade
15
- rev : v1.25.1
28
+ rev : v2.5.0
16
29
hooks :
17
30
- id : pyupgrade
18
31
- repo : https://github.com/asottile/add-trailing-comma
19
- rev : v1.5.0
32
+ rev : v2.0.1
20
33
hooks :
21
34
- id : add-trailing-comma
22
- - repo : https://github.com/timothycrosley/isort
23
- rev : 4.3.21
24
- hooks :
25
- - id : isort
26
35
- repo : https://github.com/pre-commit/mirrors-autopep8
27
- rev : v1.4.4
36
+ rev : v1.5.3
28
37
hooks :
29
38
- id : autopep8
30
- - repo : https://github.com/psf/black
31
- rev : 19.10b0
32
- hooks :
33
- - id : black
34
- args : [-S, --line-length=79, --safe, --quiet]
35
- - repo : https://gitlab.com/pycqa/flake8
36
- rev : 3.7.9
37
- hooks :
38
- - id : flake8
You can’t perform that action at this time.
0 commit comments