diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 463bc41a0..a82881cb6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,3 +22,8 @@ repos: - id: taplo-format repo: https://github.com/ComPWA/taplo-pre-commit rev: v0.9.3 + - hooks: + - description: Ensure that the committed uv.lock file is up to date. + id: uv-lock + repo: https://github.com/astral-sh/uv-pre-commit + rev: 0.10.0