Skip to content

Commit 2e818c2

Browse files
authored
Revert "chore: update pre-commit hooks (#3876)"
This reverts commit d8df81b.
1 parent d8df81b commit 2e818c2

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.9
14+
rev: v0.15.4
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.2
20+
rev: v2.4.1
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.20.0
31+
rev: v1.19.1
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.04.04
50+
rev: 2026.03.02
5151
hooks:
5252
- id: sp-repo-review
5353
- repo: https://github.com/numpy/numpydoc

0 commit comments

Comments
 (0)