File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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.6 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-docstring-first
@@ -17,15 +17,15 @@ repos:
17
17
- id : requirements-txt-fixer
18
18
- id : trailing-whitespace
19
19
- repo : https://github.com/pycqa/flake8
20
- rev : 7.1.1
20
+ rev : 7.1.2
21
21
hooks :
22
22
- id : flake8
23
23
- repo : https://github.com/hhatto/autopep8
24
- rev : v2.3.1
24
+ rev : v2.3.2
25
25
hooks :
26
26
- id : autopep8
27
27
- repo : https://github.com/asottile/reorder-python-imports
28
- rev : v3.13 .0
28
+ rev : v3.14 .0
29
29
hooks :
30
30
- id : reorder-python-imports
31
31
- repo : https://github.com/asottile/add-trailing-comma
34
34
- id : add-trailing-comma
35
35
args : [--py36-plus]
36
36
- repo : https://github.com/asottile/pyupgrade
37
- rev : v3.17.0
37
+ rev : v3.19.1
38
38
hooks :
39
39
- id : pyupgrade
40
40
args : [--py310-plus]
You can’t perform that action at this time.
0 commit comments