Skip to content

Commit 76e2fbd

Browse files
chore: update pre-commit hooks (#283)
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: 2025.11.21 → 2026.04.04](scientific-python/cookie@2025.11.21...2026.04.04) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b5e90b4 commit 76e2fbd

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
@@ -53,7 +53,7 @@ repos:
5353
- id: trailing-whitespace
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: "v0.15.4"
56+
rev: "v0.15.9"
5757
hooks:
5858
- id: ruff-check
5959
types: [file, python]
@@ -62,7 +62,7 @@ repos:
6262
types: [file, python]
6363

6464
- repo: https://github.com/codespell-project/codespell
65-
rev: "v2.4.1"
65+
rev: "v2.4.2"
6666
hooks:
6767
- id: codespell
6868
types_or: [asciidoc, python, markdown, rst]
@@ -81,7 +81,7 @@ repos:
8181
types: [file, python]
8282

8383
- repo: https://github.com/pre-commit/mirrors-mypy
84-
rev: 'v1.19.1'
84+
rev: 'v1.20.0'
8585
hooks:
8686
- id: mypy
8787

@@ -92,7 +92,7 @@ repos:
9292
- id: validate-pyproject
9393

9494
- repo: https://github.com/scientific-python/cookie
95-
rev: 2025.11.21
95+
rev: 2026.04.04
9696
hooks:
9797
- id: sp-repo-review
9898
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)