diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca667f5..5b590a7 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.28 + rev: 0.11.29 hooks: - id: uv-lock - id: uv-export - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.21 + rev: v0.15.22 hooks: - id: ruff-format args: [ --fix ]