Skip to content

Commit 7273323

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/scientific-python/cookie: 2024.08.19 → 2025.01.22](scientific-python/cookie@2024.08.19...2025.01.22) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.9.9](astral-sh/ruff-pre-commit@v0.8.0...v0.9.9)
1 parent 137a673 commit 7273323

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ repos:
1212
exclude: ".*(data.*|extern.*|licenses.*|.*.fits)$"
1313

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

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

2424
- repo: https://github.com/codespell-project/codespell
25-
rev: v2.3.0
25+
rev: v2.4.1
2626
hooks:
2727
- id: codespell
2828
args: ["--write-changes"]
2929
additional_dependencies:
3030
- tomli
3131

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

0 commit comments

Comments
 (0)