File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_language_version:
4
4
python : python2.7
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v2 .5.0
7
+ rev : v4 .5.0
8
8
hooks :
9
9
- id : check-docstring-first
10
10
- id : check-yaml
@@ -16,19 +16,19 @@ repos:
16
16
- id : trailing-whitespace
17
17
- id : requirements-txt-fixer
18
18
- 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
21
21
hooks :
22
22
- 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.0.4
25
25
hooks :
26
26
- id : autopep8
27
27
- repo : https://github.com/asottile/yesqa
28
- rev : v0.0.11
28
+ rev : v1.5.0
29
29
hooks :
30
30
- id : yesqa
31
31
- repo : https://github.com/PyCQA/flake8
32
- rev : 3.9.2
32
+ rev : 6.1.0
33
33
hooks :
34
34
- id : flake8
You can’t perform that action at this time.
0 commit comments