diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df53fa6a..fe48a652 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,12 +5,12 @@ default_install_hook_types: - post-rewrite repos: - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.28 + rev: 0.9.29 hooks: - id: uv-lock - id: uv-sync - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.0 hooks: - id: ruff-format - id: ruff