Add uv pre-commit¶
This will ensure that uv-lock file is up to date even if pyproject.toml
file was changed via pre-commit.
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.6.3
hooks:
- id: uv-lock
This will ensure that uv-lock file is up to date even if pyproject.toml
file was changed via pre-commit.
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.6.3
hooks:
- id: uv-lock