File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : python2.7
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v2.5 .0
5+ rev : v6.0 .0
66 hooks :
77 - id : check-docstring-first
88 - id : check-yaml
@@ -14,19 +14,19 @@ repos:
1414 - id : trailing-whitespace
1515 - id : requirements-txt-fixer
1616 - id : double-quote-string-fixer
17- - repo : https://github.com/asottile/reorder_python_imports
18- rev : v1.9 .0
17+ - repo : https://github.com/asottile/reorder-python-imports
18+ rev : v3.16 .0
1919 hooks :
2020 - id : reorder-python-imports
21- - repo : https://github.com/pre-commit/mirrors- autopep8
22- rev : v1.5.7
21+ - repo : https://github.com/hhatto/ autopep8
22+ rev : v2.3.2
2323 hooks :
2424 - id : autopep8
2525 - repo : https://github.com/asottile/yesqa
26- rev : v0.0.11
26+ rev : v1.5.0
2727 hooks :
2828 - id : yesqa
2929 - repo : https://github.com/PyCQA/flake8
30- rev : 3.9.2
30+ rev : 7.3.0
3131 hooks :
3232 - id : flake8
You can’t perform that action at this time.
0 commit comments