diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6203249..e8def285 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,14 +20,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.13.3 hooks: - id: ruff-check args: [--fix] - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.22 + rev: 0.8.23 hooks: - id: uv-lock - id: uv-sync