Skip to content

Commit b47abf4

Browse files
committed
feat: Add uv-lock pre-commit hook to the project
1 parent b50fa11 commit b47abf4

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
@@ -32,3 +32,8 @@ repos:
3232
rev: v0.24.1
3333
hooks:
3434
- id: validate-pyproject
35+
36+
- repo: https://github.com/astral-sh/uv-pre-commit
37+
rev: 0.9.9
38+
hooks:
39+
- id: uv-lock

0 commit comments

Comments
 (0)