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 @@ -14,20 +14,20 @@ repos:
14
14
types : [text]
15
15
stages : [pre-commit, pre-push, manual]
16
16
- repo : https://github.com/PyCQA/isort
17
- rev : 5.13.2
17
+ rev : 6.0.1
18
18
hooks :
19
19
- id : isort
20
20
- repo : https://github.com/psf/black
21
- rev : 24.10 .0
21
+ rev : 25.1 .0
22
22
hooks :
23
23
- id : black
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v3.17.0
25
+ rev : v3.19.1
26
26
hooks :
27
27
- id : pyupgrade
28
28
args : [--py37-plus]
29
29
- repo : https://github.com/pre-commit/mirrors-mypy
30
- rev : v1.11.2
30
+ rev : v1.15.0
31
31
hooks :
32
32
- id : mypy
33
33
additional_dependencies :
39
39
hooks :
40
40
- id : gitlint
41
41
- repo : https://github.com/asottile/setup-cfg-fmt
42
- rev : v2.5 .0
42
+ rev : v2.8 .0
43
43
hooks :
44
44
- id : setup-cfg-fmt
45
45
args : [--min-py3-version, '3.7']
You can’t perform that action at this time.
0 commit comments