File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ repos:
18
18
- id : no-commit-to-branch
19
19
args : [--branch=main]
20
20
- repo : https://github.com/astral-sh/ruff-pre-commit
21
- rev : v0.6.9
21
+ rev : v0.9.6
22
22
hooks :
23
23
- id : ruff
24
24
args : [--fix]
25
25
- repo : https://github.com/PyCQA/isort
26
- rev : 5.13.2
26
+ rev : 6.0.0
27
27
hooks :
28
28
- id : isort
29
29
- repo : https://github.com/psf/black
30
- rev : 24.10 .0
30
+ rev : 25.1 .0
31
31
hooks :
32
32
- id : black
33
33
- repo : https://github.com/pre-commit/mirrors-mypy
34
- rev : v1.11.2
34
+ rev : v1.15.0
35
35
hooks :
36
36
- id : mypy
37
37
additional_dependencies :
@@ -42,17 +42,17 @@ repos:
42
42
- id : fmt
43
43
- id : cargo-check
44
44
- repo : https://github.com/codespell-project/codespell
45
- rev : v2.3.0
45
+ rev : v2.4.1
46
46
hooks :
47
47
- id : codespell
48
48
exclude_types : ["jupyter", "tsv"]
49
49
additional_dependencies :
50
50
- tomli
51
51
- repo : https://github.com/google/yamlfmt
52
- rev : v0.13 .0
52
+ rev : v0.16 .0
53
53
hooks :
54
54
- id : yamlfmt
55
55
- repo : https://github.com/executablebooks/mdformat
56
- rev : 0.7.17
56
+ rev : 0.7.22
57
57
hooks :
58
58
- id : mdformat
You can’t perform that action at this time.
0 commit comments