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 @@ -4,7 +4,7 @@ default_language_version:
44 python : python2.7
55repos :
66 - repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v2.5 .0
7+ rev : v4.6 .0
88 hooks :
99 - id : check-docstring-first
1010 - id : check-yaml
@@ -16,19 +16,19 @@ repos:
1616 - id : trailing-whitespace
1717 - id : requirements-txt-fixer
1818 - id : double-quote-string-fixer
19- - repo : https://github.com/asottile/reorder_python_imports
20- rev : v1.9 .0
19+ - repo : https://github.com/asottile/reorder-python-imports
20+ rev : v3.12 .0
2121 hooks :
2222 - id : reorder-python-imports
23- - repo : https://github.com/pre-commit/mirrors- autopep8
24- rev : v1.5.7
23+ - repo : https://github.com/hhatto/ autopep8
24+ rev : v2.1.1
2525 hooks :
2626 - id : autopep8
2727 - repo : https://github.com/asottile/yesqa
28- rev : v0.0.11
28+ rev : v1.5.0
2929 hooks :
3030 - id : yesqa
3131 - repo : https://github.com/PyCQA/flake8
32- rev : 3.9.2
32+ rev : 7.0.0
3333 hooks :
3434 - id : flake8
You can’t perform that action at this time.
0 commit comments