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.6.9
3
+ rev : v0.7.2
4
4
hooks :
5
5
- id : ruff
6
6
args : [--exit-non-zero-on-fix]
7
7
8
8
- repo : https://github.com/psf/black-pre-commit-mirror
9
- rev : 24.8 .0
9
+ rev : 24.10 .0
10
10
hooks :
11
11
- id : black
12
12
24
24
exclude : (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.gd$|\.opt$)
25
25
26
26
- repo : https://github.com/pre-commit/mirrors-clang-format
27
- rev : v19.1.1
27
+ rev : v19.1.3
28
28
hooks :
29
29
- id : clang-format
30
30
types : [c]
50
50
exclude : ^.github/.*TEMPLATE|^Tests/(fonts|images)/
51
51
52
52
- repo : https://github.com/python-jsonschema/check-jsonschema
53
- rev : 0.29.3
53
+ rev : 0.29.4
54
54
hooks :
55
55
- id : check-github-workflows
56
56
- id : check-readthedocs
@@ -62,12 +62,12 @@ repos:
62
62
- id : sphinx-lint
63
63
64
64
- repo : https://github.com/tox-dev/pyproject-fmt
65
- rev : 2.2.4
65
+ rev : v2.5.0
66
66
hooks :
67
67
- id : pyproject-fmt
68
68
69
69
- repo : https://github.com/abravalheri/validate-pyproject
70
- rev : v0.20.2
70
+ rev : v0.22
71
71
hooks :
72
72
- id : validate-pyproject
73
73
additional_dependencies : [trove-classifiers>=2024.10.12]
You can’t perform that action at this time.
0 commit comments