File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : git://github.com/pre-commit/pre-commit-hooks
3
- rev : v2.1 .0
3
+ rev : v2.4 .0
4
4
hooks :
5
5
- id : check-merge-conflict
6
6
- id : check-json
@@ -14,16 +14,15 @@ repos:
14
14
- id : trailing-whitespace
15
15
exclude : README.md
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v1.12.0
17
+ rev : v1.26.2
18
18
hooks :
19
19
- id : pyupgrade
20
20
- repo : https://github.com/ambv/black
21
- rev : 19.3b0
21
+ rev : 19.10b0
22
22
hooks :
23
23
- id : black
24
- language_version : python3.6
25
24
- repo : https://github.com/pycqa/flake8
26
- rev : 3.7.7
25
+ rev : 3.7.9
27
26
hooks :
28
27
- id : flake8
29
28
exclude : test_.*$
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ matrix:
11
11
python : 3.6
12
12
- env : TOXENV=py37
13
13
python : 3.7
14
- dist : xenial
15
- sudo : true # required workaround for https://github.com/travis-ci/travis-ci/issues/9815
16
14
- env : TOXENV=pypy2
17
15
python : pypy
18
16
- env : TOXENV=pypy
You can’t perform that action at this time.
0 commit comments