add uv lock pre-commit config

This commit is contained in:
onyx-and-iris 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

2
uv.lock generated
View File

@ -141,7 +141,7 @@ requires-dist = [
[[package]]
name = "vban-cmd"
version = "2.8.0"
version = "2.8.1"
source = { editable = "../vban-cmd-python" }
[package.metadata]