Skip to content

Commit 6c245ee

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)
1 parent d8766b3 commit 6c245ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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]
@@ -26,23 +26,23 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: 0.29.3
29+
rev: 0.30.0
3030
hooks:
3131
- id: check-github-workflows
3232
- id: check-renovate
3333

3434
- repo: https://github.com/rhysd/actionlint
35-
rev: v1.7.3
35+
rev: v1.7.6
3636
hooks:
3737
- id: actionlint
3838

3939
- repo: https://github.com/tox-dev/pyproject-fmt
40-
rev: 2.2.4
40+
rev: v2.5.0
4141
hooks:
4242
- id: pyproject-fmt
4343

4444
- repo: https://github.com/abravalheri/validate-pyproject
45-
rev: v0.20.2
45+
rev: v0.23
4646
hooks:
4747
- id: validate-pyproject
4848

0 commit comments

Comments
 (0)