File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed
Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 1616 - uses: actions/checkout@v6
1717 with:
1818 persist-credentials: false
19- - uses: actions/setup-python@v6
20- with:
21- python-version: "3.x"
22- - uses: pre-commit/action@v3.0.1
19+ - uses: j178/prek-action@v1
Original file line number Diff line number Diff line change 11repos:
22 - repo: https://github.com/astral-sh/ruff-pre-commit
3- rev: v0.9.3
3+ rev: v0.14.10
44 hooks:
5- - id: ruff
5+ - id: ruff-check
66 args: [--exit-non-zero-on-fix]
77
88 - repo: https://github.com/psf/black-pre-commit-mirror
9- rev: 24.10 .0
9+ rev: 25.12 .0
1010 hooks:
1111 - id: black
1212
1313 - repo: https://github.com/pre-commit/pre-commit-hooks
14- rev: v5 .0.0
14+ rev: v6 .0.0
1515 hooks:
1616 - id: check-case-conflict
1717 - id: check-merge-conflict
@@ -22,28 +22,28 @@ repos:
2222 - id: trailing-whitespace
2323
2424 - repo: https://github.com/python-jsonschema/check-jsonschema
25- rev: 0.31 .0
25+ rev: 0.36 .0
2626 hooks:
2727 - id: check-dependabot
2828 - id: check-github-workflows
2929
3030 - repo: https://github.com/rhysd/actionlint
31- rev: v1.7.7
31+ rev: v1.7.10
3232 hooks:
3333 - id: actionlint
3434
3535 - repo: https://github.com/woodruffw/zizmor-pre-commit
36- rev: v1.17 .0
36+ rev: v1.19 .0
3737 hooks:
3838 - id: zizmor
3939
4040 - repo: https://github.com/tox-dev/pyproject-fmt
41- rev: v2.5.0
41+ rev: v2.11.1
4242 hooks:
4343 - id: pyproject-fmt
4444
4545 - repo: https://github.com/abravalheri/validate-pyproject
46- rev: v0.23
46+ rev: v0.24.1
4747 hooks:
4848 - id: validate-pyproject
4949
You can’t perform that action at this time.
0 commit comments