File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
autoupdate_schedule : ' quarterly'
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : end-of-file-fixer
8
8
- id : trailing-whitespace
9
9
- repo : https://github.com/asottile/pyupgrade
10
- rev : v3.15 .0
10
+ rev : v3.17 .0
11
11
hooks :
12
12
- id : pyupgrade
13
13
args : [--py37-plus, --keep-runtime-typing]
16
16
hooks :
17
17
- id : setup-cfg-fmt
18
18
- repo : https://github.com/PyCQA/autoflake
19
- rev : v2.2 .1
19
+ rev : v2.3 .1
20
20
hooks :
21
21
- id : autoflake
22
22
args : ["--in-place", "--remove-all-unused-imports"]
@@ -25,10 +25,10 @@ repos:
25
25
hooks :
26
26
- id : isort
27
27
- repo : https://github.com/psf/black
28
- rev : 23.12.1
28
+ rev : 24.8.0
29
29
hooks :
30
30
- id : black
31
31
- repo : https://github.com/PyCQA/flake8
32
- rev : 6 .1.0
32
+ rev : 7 .1.1
33
33
hooks :
34
34
- id : flake8
You can’t perform that action at this time.
0 commit comments