diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54a0ca9..538dc4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.14" + rev: "v0.15.4" hooks: - id: ruff-check types: [file, python] @@ -88,12 +88,12 @@ repos: - repo: https://github.com/abravalheri/validate-pyproject # More exhaustive than Ruff RUF200. - rev: "v0.24.1" + rev: "v0.25" hooks: - id: validate-pyproject - repo: https://github.com/scientific-python/cookie - rev: 2025.11.21 + rev: 2026.03.02 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]