Skip to content

Commit 626b45c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.0](python-jsonschema/check-jsonschema@0.34.0...0.36.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.10](rhysd/actionlint@v1.7.7...v1.7.10) - [github.com/woodruffw/zizmor-pre-commit: v1.14.2 → v1.19.0](zizmorcore/zizmor-pre-commit@v1.14.2...v1.19.0) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.11.1](tox-dev/pyproject-fmt@v2.7.0...v2.11.1) - [github.com/tox-dev/tox-ini-fmt: 1.6.0 → 1.7.1](tox-dev/tox-ini-fmt@1.6.0...1.7.1) - [github.com/google/yamlfmt: v0.17.2 → v0.21.0](google/yamlfmt@v0.17.2...v0.21.0) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](rbubley/mirrors-prettier@v3.6.2...v3.7.4)
1 parent 4cf9335 commit 626b45c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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.13.3
3+
rev: v0.14.10
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.9.0
9+
rev: 25.12.0
1010
hooks:
1111
- id: black
1212

@@ -28,23 +28,23 @@ repos:
2828
exclude: tests/data/expected_output.py
2929

3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.34.0
31+
rev: 0.36.0
3232
hooks:
3333
- id: check-github-workflows
3434
- id: check-renovate
3535

3636
- repo: https://github.com/rhysd/actionlint
37-
rev: v1.7.7
37+
rev: v1.7.10
3838
hooks:
3939
- id: actionlint
4040

4141
- repo: https://github.com/woodruffw/zizmor-pre-commit
42-
rev: v1.14.2
42+
rev: v1.19.0
4343
hooks:
4444
- id: zizmor
4545

4646
- repo: https://github.com/tox-dev/pyproject-fmt
47-
rev: v2.7.0
47+
rev: v2.11.1
4848
hooks:
4949
- id: pyproject-fmt
5050

@@ -54,17 +54,17 @@ repos:
5454
- id: validate-pyproject
5555

5656
- repo: https://github.com/tox-dev/tox-ini-fmt
57-
rev: 1.6.0
57+
rev: 1.7.1
5858
hooks:
5959
- id: tox-ini-fmt
6060

6161
- repo: https://github.com/google/yamlfmt
62-
rev: v0.17.2
62+
rev: v0.21.0
6363
hooks:
6464
- id: yamlfmt
6565

6666
- repo: https://github.com/rbubley/mirrors-prettier
67-
rev: v3.6.2
67+
rev: v3.7.4
6868
hooks:
6969
- id: prettier
7070
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)