Skip to content

Commit 752d1de

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.4...v0.15.12) - [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.2](pre-commit/mirrors-mypy@v1.19.1...v1.20.2) - [github.com/scientific-python/cookie: 2026.03.02 → 2026.04.04](scientific-python/cookie@2026.03.02...2026.04.04) - [github.com/zizmorcore/zizmor-pre-commit: v1.23.1 → v1.24.1](zizmorcore/zizmor-pre-commit@v1.23.1...v1.24.1)
1 parent 021662c commit 752d1de

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.12
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.2
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
@@ -64,7 +64,7 @@ repos:
6464
types: [python]
6565
files: ^(src|tests)/
6666
- repo: https://github.com/zizmorcore/zizmor-pre-commit
67-
rev: v1.23.1
67+
rev: v1.24.1
6868
hooks:
6969
- id: zizmor
7070
- repo: https://github.com/twisted/towncrier

0 commit comments

Comments
 (0)