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 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
@@ -17,24 +17,24 @@ repos:
17
17
- id : requirements-txt-fixer
18
18
- id : trailing-whitespace
19
19
- repo : https://github.com/pycqa/flake8
20
- rev : 6 .0.0
20
+ rev : 7 .0.0
21
21
hooks :
22
22
- id : flake8
23
- - repo : https://github.com/pre-commit/mirrors- autopep8
24
- rev : v2.0.2
23
+ - repo : https://github.com/hhatto/ autopep8
24
+ rev : v2.1.1
25
25
hooks :
26
26
- id : autopep8
27
27
- repo : https://github.com/asottile/reorder-python-imports
28
- rev : v3.9 .0
28
+ rev : v3.12 .0
29
29
hooks :
30
30
- id : reorder-python-imports
31
31
- repo : https://github.com/asottile/add-trailing-comma
32
- rev : v2.4 .0
32
+ rev : v3.1 .0
33
33
hooks :
34
34
- id : add-trailing-comma
35
35
args : [--py36-plus]
36
36
- repo : https://github.com/asottile/pyupgrade
37
- rev : v3.4.0
37
+ rev : v3.15.2
38
38
hooks :
39
39
- id : pyupgrade
40
40
args : [--py310-plus]
You can’t perform that action at this time.
0 commit comments