Skip to content

Commit 8408650

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/scientific-python/cookie: 2025.05.02 → 2025.10.01](scientific-python/cookie@2025.05.02...2025.10.01) - [github.com/astral-sh/ruff-pre-commit: v0.12.9 → v0.14.0](astral-sh/ruff-pre-commit@v0.12.9...v0.14.0)
1 parent e147dc3 commit 8408650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
exclude: ".*(data.*|extern.*|licenses.*|.*.fits)$"
1313

1414
- repo: https://github.com/psf/black-pre-commit-mirror
15-
rev: 25.1.0
15+
rev: 25.9.0
1616
hooks:
1717
- id: black
1818

1919
- repo: https://github.com/scientific-python/cookie
20-
rev: 2025.05.02
20+
rev: 2025.10.01
2121
hooks:
2222
- id: sp-repo-review
2323

@@ -30,7 +30,7 @@ repos:
3030
- tomli
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: "v0.12.9"
33+
rev: "v0.14.0"
3434
hooks:
3535
- id: ruff
3636
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)