File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.12.2
44 hooks :
55 - id : ruff
66 args : [--exit-non-zero-on-fix]
2727 exclude : \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md
2828
2929 - repo : https://github.com/python-jsonschema/check-jsonschema
30- rev : 0.32.1
30+ rev : 0.33.2
3131 hooks :
3232 - id : check-github-workflows
3333 - id : check-renovate
@@ -38,12 +38,12 @@ repos:
3838 - id : actionlint
3939
4040 - repo : https://github.com/woodruffw/zizmor-pre-commit
41- rev : v1.5.2
41+ rev : v1.11.0
4242 hooks :
4343 - id : zizmor
4444
4545 - repo : https://github.com/tox-dev/pyproject-fmt
46- rev : v2.5.1
46+ rev : v2.6.0
4747 hooks :
4848 - id : pyproject-fmt
4949
@@ -58,12 +58,12 @@ repos:
5858 - id : tox-ini-fmt
5959
6060 - repo : https://github.com/google/yamlfmt
61- rev : v0.16.0
61+ rev : v0.17.2
6262 hooks :
6363 - id : yamlfmt
6464
6565 - repo : https://github.com/rbubley/mirrors-prettier
66- rev : v3.5.3
66+ rev : v3.6.2
6767 hooks :
6868 - id : prettier
6969 args : [--prose-wrap=always, --print-width=88]
You can’t perform that action at this time.
0 commit comments