Skip to content

Commit bbc0398

Browse files
[pre-commit.ci] pre-commit autoupdate (#269)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c8810e2 commit bbc0398

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.10
3+
rev: v0.13.3
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.1.0
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212

@@ -27,7 +27,7 @@ repos:
2727
exclude: \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema
30-
rev: 0.33.3
30+
rev: 0.34.0
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.12.1
41+
rev: v1.14.2
4242
hooks:
4343
- id: zizmor
4444

4545
- repo: https://github.com/tox-dev/pyproject-fmt
46-
rev: v2.6.0
46+
rev: v2.7.0
4747
hooks:
4848
- id: pyproject-fmt
4949

0 commit comments

Comments
 (0)