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