Skip to content

Commit dee3ba4

Browse files
committed
Add uv lock to pre-commit
1 parent 11844f1 commit dee3ba4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ repos:
2727
args: [--fix]
2828
- id: ruff-format
2929

30+
- repo: https://github.com/astral-sh/uv-pre-commit
31+
rev: "0.8.24"
32+
hooks:
33+
- id: uv-lock
34+
3035
- repo: https://github.com/asottile/pyupgrade
3136
rev: v3.19.1
3237
hooks:

0 commit comments

Comments
 (0)