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 11repos :
22- repo : git://github.com/pre-commit/pre-commit-hooks
3- rev : v2.1 .0
3+ rev : v2.4 .0
44 hooks :
55 - id : check-merge-conflict
66 - id : check-json
@@ -14,16 +14,15 @@ repos:
1414 - id : trailing-whitespace
1515 exclude : README.md
1616- repo : https://github.com/asottile/pyupgrade
17- rev : v1.12.0
17+ rev : v1.26.2
1818 hooks :
1919 - id : pyupgrade
2020- repo : https://github.com/ambv/black
21- rev : 19.3b0
21+ rev : 19.10b0
2222 hooks :
2323 - id : black
24- language_version : python3.6
2524- repo : https://github.com/pycqa/flake8
26- rev : 3.7.7
25+ rev : 3.7.9
2726 hooks :
2827 - id : flake8
2928 exclude : test_.*$
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ matrix:
1111 python : 3.6
1212 - env : TOXENV=py37
1313 python : 3.7
14- dist : xenial
15- sudo : true # required workaround for https://github.com/travis-ci/travis-ci/issues/9815
1614 - env : TOXENV=pypy2
1715 python : pypy
1816 - env : TOXENV=pypy
You can’t perform that action at this time.
0 commit comments