From 8d5552ea571052f73ed32ad93ad8a94087cb5c2d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:28:31 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...26.1.0) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](https://github.com/numpy/numpydoc/compare/v1.9.0...v1.10.0) - [github.com/scientific-python/cookie: 2025.10.20 → 2025.11.21](https://github.com/scientific-python/cookie/compare/2025.10.20...2025.11.21) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.3...v0.14.14) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af84d62bc..f05a36a2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,19 +52,19 @@ repos: exclude: ".*(data.*|extern.*|cextern)$" - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 26.1.0 hooks: - id: black - repo: https://github.com/numpy/numpydoc - rev: v1.9.0 + rev: v1.10.0 hooks: - id: numpydoc-validation files: ".*(high_level|mosaicking).*$" exclude: ".*(tests.*)$" - repo: https://github.com/scientific-python/cookie - rev: 2025.10.20 + rev: 2025.11.21 hooks: - id: sp-repo-review @@ -78,7 +78,7 @@ repos: exclude: '.*\.(asdf)$' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.3" + rev: "v0.14.14" hooks: - id: ruff-check args: ["--fix", "--show-fixes"]