diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 558f8124b..3d752a673 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: exclude: ".*(data.*|extern.*|cextern)$" - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.1 hooks: - id: black @@ -64,12 +64,12 @@ repos: exclude: ".*(tests.*)$" - repo: https://github.com/scientific-python/cookie - rev: 2025.11.21 + rev: 2026.04.04 hooks: - id: sp-repo-review - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: ["--write-changes"] @@ -78,7 +78,7 @@ repos: exclude: '.*\.(asdf)$' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.4" + rev: "v0.15.12" hooks: - id: ruff-check args: ["--fix", "--show-fixes"]