Skip to content

Commit 97f5325

Browse files
build(pre-commit): make sure uv.lock file is up to date
1 parent 41f079c commit 97f5325

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ repos:
1313
hooks:
1414
- id: check-added-large-files
1515
args: ["--maxkb=1024"]
16+
- repo: https://github.com/astral-sh/uv-pre-commit
17+
# uv version.
18+
rev: 0.9.5
19+
hooks:
20+
- id: uv-lock
21+

0 commit comments

Comments
 (0)