Skip to content

Commit 11869a0

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/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [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: 2025.11.21 → 2026.04.04](scientific-python/cookie@2025.11.21...2026.04.04)
1 parent 4987f9e commit 11869a0

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
@@ -40,7 +40,7 @@ repos:
4040

4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.15.4"
43+
rev: "v0.15.12"
4444
hooks:
4545
- id: ruff-check
4646
types: [file, python]
@@ -49,7 +49,7 @@ repos:
4949
types: [file, python]
5050

5151
- repo: https://github.com/codespell-project/codespell
52-
rev: "v2.4.1"
52+
rev: "v2.4.2"
5353
hooks:
5454
- id: codespell
5555
types_or: [asciidoc, python, markdown, rst]
@@ -58,7 +58,7 @@ repos:
5858

5959

6060
- repo: https://github.com/pycqa/isort
61-
rev: '8.0.1'
61+
rev: '9.0.0a3'
6262
hooks:
6363
- id: isort
6464
name: isort (cython)
@@ -72,7 +72,7 @@ repos:
7272
types: [file, python]
7373

7474
- repo: https://github.com/pre-commit/mirrors-mypy
75-
rev: 'v1.19.1'
75+
rev: 'v1.20.2'
7676
hooks:
7777
- id: mypy
7878
exclude: 'noxfile\.py|docs/conf\.py'
@@ -84,7 +84,7 @@ repos:
8484
- id: validate-pyproject
8585

8686
- repo: https://github.com/scientific-python/cookie
87-
rev: 2025.11.21
87+
rev: 2026.04.04
8888
hooks:
8989
- id: sp-repo-review
9090
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)