File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.12.11
3
+ rev : v0.13.3
4
4
hooks :
5
5
- id : ruff-check
6
6
args : [--exit-non-zero-on-fix]
7
7
8
8
- repo : https://github.com/psf/black-pre-commit-mirror
9
- rev : 25.1 .0
9
+ rev : 25.9 .0
10
10
hooks :
11
11
- id : black
12
12
24
24
exclude : (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.gd$|\.opt$|\.patch$)
25
25
26
26
- repo : https://github.com/pre-commit/mirrors-clang-format
27
- rev : v21.1.0
27
+ rev : v21.1.2
28
28
hooks :
29
29
- id : clang-format
30
30
types : [c]
@@ -51,14 +51,14 @@ repos:
51
51
exclude : ^.github/.*TEMPLATE|^Tests/(fonts|images)/|\.patch$
52
52
53
53
- repo : https://github.com/python-jsonschema/check-jsonschema
54
- rev : 0.33.3
54
+ rev : 0.34.0
55
55
hooks :
56
56
- id : check-github-workflows
57
57
- id : check-readthedocs
58
58
- id : check-renovate
59
59
60
60
- repo : https://github.com/zizmorcore/zizmor-pre-commit
61
- rev : v1.12.1
61
+ rev : v1.14.2
62
62
hooks :
63
63
- id : zizmor
64
64
68
68
- id : sphinx-lint
69
69
70
70
- repo : https://github.com/tox-dev/pyproject-fmt
71
- rev : v2.6 .0
71
+ rev : v2.7 .0
72
72
hooks :
73
73
- id : pyproject-fmt
74
74
You can’t perform that action at this time.
0 commit comments