Skip to content

Commit c40abc6

Browse files
chore(deps): pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.16.2](tox-dev/pyproject-fmt@v2.12.1...v2.16.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4) - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.37.0](python-jsonschema/check-jsonschema@0.36.1...0.37.0) - [github.com/astral-sh/uv-pre-commit: 0.10.4 → 0.10.7](astral-sh/uv-pre-commit@0.10.4...0.10.7)
1 parent 95b761e commit c40abc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: "v2.12.1"
22+
rev: "v2.16.2"
2323
hooks:
2424
- id: pyproject-fmt
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: "v0.14.14"
27+
rev: "v0.15.4"
2828
hooks:
2929
- id: ruff-check
3030
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -36,7 +36,7 @@ repos:
3636
- id: validate_manifest
3737

3838
- repo: https://github.com/python-jsonschema/check-jsonschema
39-
rev: 0.36.1
39+
rev: 0.37.0
4040
hooks:
4141
- id: check-github-workflows
4242
- id: check-renovate
@@ -45,7 +45,7 @@ repos:
4545
- pyjson5==2.0.0
4646

4747
- repo: https://github.com/astral-sh/uv-pre-commit
48-
rev: 0.10.4
48+
rev: 0.10.7
4949
hooks:
5050
- id: uv-lock
5151
- id: uv-sync

0 commit comments

Comments
 (0)