Skip to content

Commit 7e40f79

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0) - [github.com/scientific-python/cookie: 2025.10.20 → 2025.11.21](scientific-python/cookie@2025.10.20...2025.11.21) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.3...v0.15.4)
1 parent e1eed33 commit 7e40f79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ repos:
5252
exclude: ".*(data.*|extern.*|cextern)$"
5353

5454
- repo: https://github.com/psf/black-pre-commit-mirror
55-
rev: 25.9.0
55+
rev: 26.1.0
5656
hooks:
5757
- id: black
5858

5959
- repo: https://github.com/numpy/numpydoc
60-
rev: v1.9.0
60+
rev: v1.10.0
6161
hooks:
6262
- id: numpydoc-validation
6363
files: ".*(high_level|mosaicking).*$"
6464
exclude: ".*(tests.*)$"
6565

6666
- repo: https://github.com/scientific-python/cookie
67-
rev: 2025.10.20
67+
rev: 2025.11.21
6868
hooks:
6969
- id: sp-repo-review
7070

@@ -78,7 +78,7 @@ repos:
7878
exclude: '.*\.(asdf)$'
7979

8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: "v0.14.3"
81+
rev: "v0.15.4"
8282
hooks:
8383
- id: ruff-check
8484
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)