diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11c976a..230dc24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: files: \.(py|sh|json|yml|yaml|md)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.14.14 hooks: - id: ruff args: [--fix] @@ -38,7 +38,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.13 + rev: 0.9.28 hooks: # Update the uv lockfile - id: uv-lock