File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-docstring-first
@@ -14,30 +14,30 @@ repos:
14
14
- id : name-tests-test
15
15
- id : requirements-txt-fixer
16
16
- id : trailing-whitespace
17
- - repo : https://github.com/pre-commit/mirrors- autopep8
18
- rev : v2.0.0
17
+ - repo : https://github.com/hhatto/ autopep8
18
+ rev : v2.3.1
19
19
hooks :
20
20
- id : autopep8
21
21
- repo : https://github.com/pycqa/flake8
22
- rev : 6.0.0
22
+ rev : 7.1.1
23
23
hooks :
24
24
- id : flake8
25
- - repo : https://github.com/asottile/reorder_python_imports
26
- rev : v3.9 .0
25
+ - repo : https://github.com/asottile/reorder-python-imports
26
+ rev : v3.13 .0
27
27
hooks :
28
28
- id : reorder-python-imports
29
29
args : ['--py3-plus']
30
30
- repo : https://github.com/Lucas-C/pre-commit-hooks
31
- rev : v1.3.1
31
+ rev : v1.5.5
32
32
hooks :
33
33
- id : remove-tabs
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v3.3 .0
35
+ rev : v3.17 .0
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : ['--py3-plus']
39
39
- repo : https://github.com/asottile/add-trailing-comma
40
- rev : v2.3 .0
40
+ rev : v3.1 .0
41
41
hooks :
42
42
- id : add-trailing-comma
43
43
args : ['--py36-plus']
You can’t perform that action at this time.
0 commit comments