Skip to content

Commit dd53541

Browse files
ci(deps-dev): 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 695b74f commit dd53541

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

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

2020
- repo: https://github.com/tox-dev/pyproject-fmt
21-
rev: "v2.12.1"
21+
rev: "v2.16.2"
2222
hooks:
2323
- id: pyproject-fmt
2424

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

3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.36.1
38+
rev: 0.37.0
3939
hooks:
4040
- id: check-github-workflows
4141
- id: check-meltano
@@ -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)