diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a510b0..6e365d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,3 +41,7 @@ repos: language: python entry: prepare-commit-msg stages: [prepare-commit-msg] + - repo: https://github.com/astral-sh/uv-pre-commit + rev: 0.10.0 + hooks: + - id: uv-lock