diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da40d0f1..e502dd87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: # files: ^renovate\.json$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.7 + rev: v0.11.10 hooks: - id: ruff args: ["--output-format=concise"] @@ -37,7 +37,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.6.17 + rev: 0.7.5 hooks: # Update the uv lockfile - id: uv-lock