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 @@ -17,20 +17,20 @@ repos:
17
17
- id : mixed-line-ending
18
18
19
19
- repo : https://github.com/codespell-project/codespell
20
- rev : v2.3.0
20
+ rev : v2.4.1
21
21
hooks :
22
22
- id : codespell
23
23
additional_dependencies :
24
24
- tomli
25
25
26
26
- repo : https://github.com/pycqa/isort
27
- rev : 5.13.2
27
+ rev : 6.0.0
28
28
hooks :
29
29
- id : isort
30
30
args : [--profile, black]
31
31
32
32
- repo : https://github.com/psf/black-pre-commit-mirror
33
- rev : 24.10 .0
33
+ rev : 25.1 .0
34
34
hooks :
35
35
- id : black
36
36
@@ -47,12 +47,12 @@ repos:
47
47
args : [--autofix, --indent, '4']
48
48
49
49
- repo : https://github.com/pycqa/flake8
50
- rev : 7.1.1
50
+ rev : 7.1.2
51
51
hooks :
52
52
- id : flake8
53
53
54
54
- repo : https://github.com/pre-commit/mirrors-mypy
55
- rev : v1.14.1
55
+ rev : v1.15.0
56
56
hooks :
57
57
- id : mypy
58
58
additional_dependencies : [types-PyYAML, types-Jinja2, types-click]
You can’t perform that action at this time.
0 commit comments