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"]