diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78bf5f4..5e754a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.10 + rev: v0.11.12 hooks: # Run the linter. - id: ruff @@ -23,6 +23,6 @@ repos: - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.7.5 + rev: 0.7.9 hooks: - id: uv-lock