diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d0819ed6..19c8bd7f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.0 + rev: v0.9.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -27,7 +27,7 @@ repos: - id: pyright - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.14 + rev: 0.5.18 hooks: - id: uv-lock args: ["--frozen"]