diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b590a7..8684c3c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,13 +9,13 @@ repos: - id: check-merge-conflict - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.29 + rev: 0.12.1 hooks: - id: uv-lock - id: uv-export - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.1 hooks: - id: ruff-format args: [ --fix ]