diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c68cbdff..53e16654 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -88,7 +88,7 @@ repos: priority: 7 - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: [-w] @@ -98,13 +98,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