File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -263,8 +263,6 @@ jobs:
263263 uses : actions/setup-python@v5
264264 with :
265265 python-version : " 3.x"
266- cache : pip
267- cache-dependency-path : " Makefile"
268266
269267 - run : make sdist
270268
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.8.1
3+ rev : v0.8.4
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 : v19.1.4
27+ rev : v19.1.5
2828 hooks :
2929 - id : clang-format
3030 types : [c]
@@ -56,6 +56,11 @@ repos:
5656 - id : check-readthedocs
5757 - id : check-renovate
5858
59+ - repo : https://github.com/woodruffw/zizmor-pre-commit
60+ rev : v0.10.0
61+ hooks :
62+ - id : zizmor
63+
5964 - repo : https://github.com/sphinx-contrib/sphinx-lint
6065 rev : v1.0.0
6166 hooks :
You can’t perform that action at this time.
0 commit comments