diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3fa2ee7..1ca962c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -85,7 +85,7 @@ repos: priority: 7 - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: [-w] @@ -95,13 +95,13 @@ repos: priority: 8 - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.7 + rev: 0.10.9 hooks: - id: uv-lock priority: 9 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.5 hooks: - id: ruff-format priority: 9