diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5a484b9..53982a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,11 @@ repos: - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable +- repo: https://github.com/astral-sh/uv-pre-commit + rev: 0.5.8 + hooks: + - id: uv-lock + - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.6.9 hooks: