Skip to content

Commit d8df81b

Browse files
chore: update pre-commit hooks (#3876)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/scientific-python/cookie: 2026.03.02 → 2026.04.04](scientific-python/cookie@2026.03.02...2026.04.04) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ca9bd3e commit d8df81b

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
@@ -11,13 +11,13 @@ default_language_version:
1111

1212
repos:
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.15.4
14+
rev: v0.15.9
1515
hooks:
1616
- id: ruff-check
1717
args: ["--fix", "--show-fixes"]
1818
- id: ruff-format
1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.4.1
20+
rev: v2.4.2
2121
hooks:
2222
- id: codespell
2323
args: ["-L", "fo,ihs,kake,te", "-S", "fixture"]
@@ -28,7 +28,7 @@ repos:
2828
exclude: mkdocs.yml
2929
- id: trailing-whitespace
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.19.1
31+
rev: v1.20.0
3232
hooks:
3333
- id: mypy
3434
files: src|tests
@@ -47,7 +47,7 @@ repos:
4747
- hypothesis
4848
- s3fs
4949
- repo: https://github.com/scientific-python/cookie
50-
rev: 2026.03.02
50+
rev: 2026.04.04
5151
hooks:
5252
- id: sp-repo-review
5353
- repo: https://github.com/numpy/numpydoc

0 commit comments

Comments
 (0)