Skip to content

Commit 8538424

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.9...v0.15.20) - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1) - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.4](python-jsonschema/check-jsonschema@0.37.1...0.37.4) - [github.com/zizmorcore/zizmor-pre-commit: v1.23.1 → v1.26.1](zizmorcore/zizmor-pre-commit@v1.23.1...v1.26.1) - [github.com/tox-dev/pyproject-fmt: v2.21.0 → v2.25.1](tox-dev/pyproject-fmt@v2.21.0...v2.25.1) - [github.com/rbubley/mirrors-prettier: v3.8.1 → v3.9.4](rbubley/mirrors-prettier@v3.8.1...v3.9.4)
1 parent 4c85c35 commit 8538424

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.15.9
3+
rev: v0.15.20
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: 26.3.1
9+
rev: 26.5.1
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.37.1
30+
rev: 0.37.4
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/zizmorcore/zizmor-pre-commit
41-
rev: v1.23.1
41+
rev: v1.26.1
4242
hooks:
4343
- id: zizmor
4444

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

@@ -63,7 +63,7 @@ repos:
6363
- id: yamlfmt
6464

6565
- repo: https://github.com/rbubley/mirrors-prettier
66-
rev: v3.8.1
66+
rev: v3.9.4
6767
hooks:
6868
- id: prettier
6969
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)