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 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.11.12
3
+ rev : v0.12.0
4
4
hooks :
5
5
- id : ruff
6
6
args : [--exit-non-zero-on-fix]
11
11
- id : black
12
12
13
13
- repo : https://github.com/PyCQA/bandit
14
- rev : 1.8.3
14
+ rev : 1.8.5
15
15
hooks :
16
16
- id : bandit
17
17
args : [--severity-level=high]
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 : v20.1.5
27
+ rev : v20.1.6
28
28
hooks :
29
29
- id : clang-format
30
30
types : [c]
51
51
exclude : ^.github/.*TEMPLATE|^Tests/(fonts|images)/
52
52
53
53
- repo : https://github.com/python-jsonschema/check-jsonschema
54
- rev : 0.33.0
54
+ rev : 0.33.1
55
55
hooks :
56
56
- id : check-github-workflows
57
57
- id : check-readthedocs
You can’t perform that action at this time.
0 commit comments