Skip to content

Commit e76affa

Browse files
ci(deps-dev): pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.12.1](tox-dev/pyproject-fmt@v2.11.1...v2.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.1](python-jsonschema/check-jsonschema@0.36.0...0.36.1) - [github.com/astral-sh/uv-pre-commit: 0.9.21 → 0.9.28](astral-sh/uv-pre-commit@0.9.21...0.9.28)
1 parent 1ae424b commit e76affa

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.11.1"
21+
rev: "v2.12.1"
2222
hooks:
2323
- id: pyproject-fmt
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.14.10"
26+
rev: "v0.14.14"
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.0
38+
rev: 0.36.1
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.9.21"
48+
rev: "0.9.28"
4949
hooks:
5050
- id: uv-lock
5151
- id: uv-sync

0 commit comments

Comments
 (0)