File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
skip : [fmt, cargo-check]
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v5 .0.0
6
+ rev : v6 .0.0
7
7
hooks :
8
8
- id : check-added-large-files
9
9
exclude_types : ["jupyter"]
@@ -18,12 +18,12 @@ 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.11.12
21
+ rev : v0.13.3
22
22
hooks :
23
23
- id : ruff-check
24
24
- id : ruff-format
25
25
- repo : https://github.com/pre-commit/mirrors-mypy
26
- rev : v1.16.0
26
+ rev : v1.18.2
27
27
hooks :
28
28
- id : mypy
29
29
additional_dependencies :
41
41
additional_dependencies :
42
42
- tomli
43
43
- repo : https://github.com/google/yamlfmt
44
- rev : v0.17.0
44
+ rev : v0.17.2
45
45
hooks :
46
46
- id : yamlfmt
47
47
- repo : https://github.com/executablebooks/mdformat
You can’t perform that action at this time.
0 commit comments