add uv lock pre-commit config

This commit is contained in:
2026-03-02 02:27:49 +00:00
parent fba3eddea8
commit a9c3168542
2 changed files with 8 additions and 1 deletions

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.10.7
hooks:
# Update the uv lockfile
- id: uv-lock