Skip to content

Commit 7cda078

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.1](psf/black-pre-commit-mirror@25.12.0...26.3.1) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.37.1](python-jsonschema/check-jsonschema@0.36.0...0.37.1) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.12](rhysd/actionlint@v1.7.10...v1.7.12) - [github.com/woodruffw/zizmor-pre-commit: v1.19.0 → v1.23.1](zizmorcore/zizmor-pre-commit@v1.19.0...v1.23.1) - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.21.0](tox-dev/pyproject-fmt@v2.11.1...v2.21.0) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/rbubley/mirrors-prettier: v3.7.4 → v3.8.1](rbubley/mirrors-prettier@v3.7.4...v3.8.1)
1 parent 38532ba commit 7cda078

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.14.10
3+
rev: v0.15.9
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.12.0
9+
rev: 26.3.1
1010
hooks:
1111
- id: black
1212

@@ -27,28 +27,28 @@ 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.36.0
30+
rev: 0.37.1
3131
hooks:
3232
- id: check-github-workflows
3333
- id: check-renovate
3434

3535
- repo: https://github.com/rhysd/actionlint
36-
rev: v1.7.10
36+
rev: v1.7.12
3737
hooks:
3838
- id: actionlint
3939

4040
- repo: https://github.com/woodruffw/zizmor-pre-commit
41-
rev: v1.19.0
41+
rev: v1.23.1
4242
hooks:
4343
- id: zizmor
4444

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

5050
- repo: https://github.com/abravalheri/validate-pyproject
51-
rev: v0.24.1
51+
rev: v0.25
5252
hooks:
5353
- id: validate-pyproject
5454

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

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

0 commit comments

Comments
 (0)