Skip to content

Commit 8f206ed

Browse files
⬆ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.7...v0.15.4) - [github.com/astral-sh/uv-pre-commit: 0.9.13 → 0.10.7](astral-sh/uv-pre-commit@0.9.13...0.10.7)
1 parent 29cdb27 commit 8f206ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ repos:
3030
files: \.(py|sh|json|yml|yaml|md)$
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.14.7
33+
rev: v0.15.4
3434
hooks:
3535
- id: ruff
3636
args: [--fix]
3737
- id: ruff-format
3838

3939
- repo: https://github.com/astral-sh/uv-pre-commit
4040
# uv version.
41-
rev: 0.9.13
41+
rev: 0.10.7
4242
hooks:
4343
# Update the uv lockfile
4444
- id: uv-lock

0 commit comments

Comments
 (0)