diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2850c1..6ebdc6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,11 @@ repos: - id: pretty-format-json - id: requirements-txt-fixer - id: trailing-whitespace - - repo: https://github.com/charliermarsh/ruff-pre-commit + - repo: https://github.com/astral-sh/uv-pre-commit + rev: 0.5.7 + hooks: + - id: uv-lock + - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.8.2 hooks: - id: ruff-format