Skip to content

Commit 06e2487

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/astral-sh/uv-pre-commit: 0.9.27 → 0.10.7](astral-sh/uv-pre-commit@0.9.27...0.10.7) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent 1e9d5b1 commit 06e2487

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.14.14
20+
rev: v0.15.4
2121
hooks:
2222
- id: ruff
2323
args: [--fix]
2424
- id: ruff-format
2525

2626
# https://docs.astral.sh/uv/guides/integration/pre-commit/
2727
- repo: https://github.com/astral-sh/uv-pre-commit
28-
rev: 0.9.27
28+
rev: 0.10.7
2929
hooks:
3030
# - id: uv-lock # https://github.com/astral-sh/uv/issues/9150
3131
- id: uv-lock
3232
args: [--directory, public-dashboard/rootfs/app]
3333

3434
- repo: https://github.com/abravalheri/validate-pyproject
35-
rev: v0.24.1
35+
rev: v0.25
3636
hooks:
3737
- id: validate-pyproject
3838
args: [public-dashboard/rootfs/app/pyproject.toml]

0 commit comments

Comments
 (0)