diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35e1f1e..1353d01 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.3 + rev: 0.9.17 hooks: # Update the uv lockfile - id: uv-lock @@ -37,7 +37,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.6 + rev: v0.14.9 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]