Skip to content

Commit 7c36186

Browse files
chore(deps): update pre-commit hooks
1 parent f056507 commit 7c36186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ repos:
99

1010
# UV: Keep uv.lock in sync
1111
- repo: https://github.com/astral-sh/uv-pre-commit
12-
rev: 0.9.26
12+
rev: 0.10.2
1313
hooks:
1414
- id: uv-lock
1515

1616
# Ruff: Linting and formatting
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.14
18+
rev: v0.15.1
1919
hooks:
2020
- id: ruff
2121
args: [--fix]

0 commit comments

Comments
 (0)