File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ # Configuration for the zizmor static analysis tool, run via pre-commit in CI
2+ # https://woodruffw.github.io/zizmor/configuration/
3+ rules :
4+ unpinned-uses :
5+ config :
6+ policies :
7+ " * " : ref-pin
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.11.4
3+ rev : v0.11.8
44 hooks :
55 - id : ruff
66 args : [--exit-non-zero-on-fix]
2424 exclude : (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.gd$|\.opt$)
2525
2626 - repo : https://github.com/pre-commit/mirrors-clang-format
27- rev : v20.1.0
27+ rev : v20.1.3
2828 hooks :
2929 - id : clang-format
3030 types : [c]
@@ -51,14 +51,14 @@ repos:
5151 exclude : ^.github/.*TEMPLATE|^Tests/(fonts|images)/
5252
5353 - repo : https://github.com/python-jsonschema/check-jsonschema
54- rev : 0.32.1
54+ rev : 0.33.0
5555 hooks :
5656 - id : check-github-workflows
5757 - id : check-readthedocs
5858 - id : check-renovate
5959
6060 - repo : https://github.com/woodruffw/zizmor-pre-commit
61- rev : v1.5.2
61+ rev : v1.6.0
6262 hooks :
6363 - id : zizmor
6464
You can’t perform that action at this time.
0 commit comments