File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ default_language_version:
2
2
python : python3
3
3
repos :
4
4
- repo : https://github.com/psf/black
5
- rev : 24.4.2
5
+ rev : 24.10.0
6
6
hooks :
7
7
- id : black
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.6 .0
9
+ rev : v5.0 .0
10
10
hooks :
11
11
- id : trailing-whitespace
12
12
- id : end-of-file-fixer
23
23
- id : mixed-line-ending
24
24
args : ["--fix=lf"]
25
25
- repo : https://github.com/pycqa/flake8
26
- rev : 7.1.0
26
+ rev : 7.1.1
27
27
hooks :
28
28
- id : flake8
29
29
name : flake8 except __init__.py
34
34
args : [--extend-ignore=F401] # ignore imported unused in __init__.py
35
35
files : __init__.py
36
36
- repo : https://github.com/asottile/pyupgrade
37
- rev : v3.16 .0
37
+ rev : v3.18 .0
38
38
hooks :
39
39
- id : pyupgrade
40
40
- repo : https://github.com/asottile/seed-isort-config
You can’t perform that action at this time.
0 commit comments