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,7 +2,7 @@ default_language_version:
2
2
python : python3
3
3
repos :
4
4
- repo : https://github.com/psf/black
5
- rev : 24.10 .0
5
+ rev : 25.1 .0
6
6
hooks :
7
7
- id : black
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
23
23
- id : mixed-line-ending
24
24
args : ["--fix=lf"]
25
25
- repo : https://github.com/pycqa/flake8
26
- rev : 7.1.1
26
+ rev : 7.1.2
27
27
hooks :
28
28
- id : flake8
29
29
name : flake8 except __init__.py
@@ -34,14 +34,14 @@ repos:
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.18.0
37
+ rev : v3.19.1
38
38
hooks :
39
39
- id : pyupgrade
40
40
- repo : https://github.com/asottile/seed-isort-config
41
41
rev : v2.2.0
42
42
hooks :
43
43
- id : seed-isort-config
44
44
- repo : https://github.com/PyCQA/isort
45
- rev : 5.13.2
45
+ rev : 6.0.0
46
46
hooks :
47
47
- id : isort
You can’t perform that action at this time.
0 commit comments