Add pylock.toml generation via uv-export pre-commit hook #38
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add the uv-export pre-commit hook (from astral-sh/uv-pre-commit) to generate pylock.toml from uv.lock on every commit, matching the pattern already used in the cang project. Also wire pylock.toml generation into the bumpversion pre_commit_hooks for both fenliu and zhongli.
The cang project uses both uv-lock and uv-export hooks under astral-sh/uv-pre-commit rev 0.11.16. This project has uv~=0.11.21 so use rev 0.11.21.
Plan: