Skip to content

Commit 5bd6dec

Browse files
[pre-commit.ci] pre-commit autoupdate (#529)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/astral-sh/uv-pre-commit: 0.9.10 → 0.9.14](astral-sh/uv-pre-commit@0.9.10...0.9.14) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9b35283 commit 5bd6dec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ repos:
3636
- tomli
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.14.3
39+
rev: v0.14.7
4040
hooks:
4141
- id: ruff-check
4242
args: [ --fix ]
4343
- id: ruff-format
4444

4545
- repo: https://github.com/tox-dev/pyproject-fmt
46-
rev: v2.11.0
46+
rev: v2.11.1
4747
hooks:
4848
- id: pyproject-fmt
4949

@@ -53,6 +53,6 @@ repos:
5353
- id: validate-pyproject
5454

5555
- repo: https://github.com/astral-sh/uv-pre-commit
56-
rev: 0.9.10
56+
rev: 0.9.14
5757
hooks:
5858
- id: uv-lock

0 commit comments

Comments
 (0)