Skip to content

Commit 662014e

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.1](pre-commit/mirrors-mypy@v1.19.1...v1.20.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.4...v0.15.10) - [github.com/scientific-python/cookie: 2026.03.02 → 2026.04.04](scientific-python/cookie@2026.03.02...2026.04.04)
1 parent 5acbca5 commit 662014e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.37.0
25+
rev: 0.37.1
2626
hooks:
2727
- id: check-github-workflows
2828

@@ -39,7 +39,7 @@ repos:
3939
types_or: [yaml, html, json]
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: "v1.19.1"
42+
rev: "v1.20.1"
4343
hooks:
4444
- id: mypy
4545
files: ipykernel
@@ -60,7 +60,7 @@ repos:
6060
additional_dependencies: [black==23.7.0]
6161

6262
- repo: https://github.com/codespell-project/codespell
63-
rev: "v2.4.1"
63+
rev: "v2.4.2"
6464
hooks:
6565
- id: codespell
6666
args: ["-L", "sur,nd"]
@@ -73,7 +73,7 @@ repos:
7373
- id: rst-inline-touching-normal
7474

7575
- repo: https://github.com/astral-sh/ruff-pre-commit
76-
rev: v0.15.4
76+
rev: v0.15.10
7777
hooks:
7878
- id: ruff-check
7979
types_or: [python, jupyter]
@@ -82,7 +82,7 @@ repos:
8282
types_or: [python, jupyter]
8383

8484
- repo: https://github.com/scientific-python/cookie
85-
rev: "2026.03.02"
85+
rev: "2026.04.04"
8686
hooks:
8787
- id: sp-repo-review
8888
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)