File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11# Configuration for the zizmor static analysis tool, run via pre-commit in CI
22# https://docs.zizmor.sh/configuration/
33rules :
4+ obfuscation :
5+ disable : true
46 unpinned-uses :
57 config :
68 policies :
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.14.3
3+ rev : v0.14.7
44 hooks :
55 - id : ruff-check
66 args : [--exit-non-zero-on-fix]
77
88 - repo : https://github.com/psf/black-pre-commit-mirror
9- rev : 25.9 .0
9+ rev : 25.11 .0
1010 hooks :
1111 - id : black
1212
1313 - repo : https://github.com/PyCQA/bandit
14- rev : 1.8.6
14+ rev : 1.9.2
1515 hooks :
1616 - id : bandit
1717 args : [--severity-level=high]
2424 exclude : (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.gd$|\.opt$)
2525
2626 - repo : https://github.com/pre-commit/mirrors-clang-format
27- rev : v21.1.2
27+ rev : v21.1.6
2828 hooks :
2929 - id : clang-format
3030 types : [c]
@@ -51,24 +51,24 @@ repos:
5151 exclude : ^\.github/.*TEMPLATE|^Tests/(fonts|images)/
5252
5353 - repo : https://github.com/python-jsonschema/check-jsonschema
54- rev : 0.34.1
54+ rev : 0.35.0
5555 hooks :
5656 - id : check-github-workflows
5757 - id : check-readthedocs
5858 - id : check-renovate
5959
6060 - repo : https://github.com/zizmorcore/zizmor-pre-commit
61- rev : v1.16.2
61+ rev : v1.18.0
6262 hooks :
6363 - id : zizmor
6464
6565 - repo : https://github.com/sphinx-contrib/sphinx-lint
66- rev : v1.0.1
66+ rev : v1.0.2
6767 hooks :
6868 - id : sphinx-lint
6969
7070 - repo : https://github.com/tox-dev/pyproject-fmt
71- rev : v2.11.0
71+ rev : v2.11.1
7272 hooks :
7373 - id : pyproject-fmt
7474
You can’t perform that action at this time.
0 commit comments