Skip to content

Commit 9a77b5e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.30.0](python-jsonschema/check-jsonschema@0.29.3...0.30.0) - [github.com/rhysd/actionlint: v1.7.3 → v1.7.6](rhysd/actionlint@v1.7.3...v1.7.6) - [github.com/tox-dev/pyproject-fmt: 2.2.4 → v2.5.0](tox-dev/pyproject-fmt@2.2.4...v2.5.0) - [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.23](abravalheri/validate-pyproject@v0.20.2...v0.23) - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.2](rbubley/mirrors-prettier@v3.3.3...v3.4.2)
1 parent e857a90 commit 9a77b5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.6.9
3+
rev: v0.8.6
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
@@ -27,13 +27,13 @@ repos:
2727
exclude: tests/data/expected_output.py
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema
30-
rev: 0.29.3
30+
rev: 0.30.0
3131
hooks:
3232
- id: check-github-workflows
3333
- id: check-renovate
3434

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

@@ -56,12 +56,12 @@ repos:
5656
# ]
5757

5858
- repo: https://github.com/tox-dev/pyproject-fmt
59-
rev: 2.2.4
59+
rev: v2.5.0
6060
hooks:
6161
- id: pyproject-fmt
6262

6363
- repo: https://github.com/abravalheri/validate-pyproject
64-
rev: v0.20.2
64+
rev: v0.23
6565
hooks:
6666
- id: validate-pyproject
6767

@@ -71,7 +71,7 @@ repos:
7171
- id: tox-ini-fmt
7272

7373
- repo: https://github.com/rbubley/mirrors-prettier
74-
rev: v3.3.3
74+
rev: v3.4.2
7575
hooks:
7676
- id: prettier
7777
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)