Skip to content

Commit b3b6ec0

Browse files
chore: update pre-commit hooks (#2277)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent be4841f commit b3b6ec0

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
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.37.0
24+
rev: 0.37.1
2525
hooks:
2626
- id: check-github-workflows
2727

@@ -43,13 +43,13 @@ repos:
4343
additional_dependencies: [black==23.7.0]
4444

4545
- repo: https://github.com/codespell-project/codespell
46-
rev: "v2.4.1"
46+
rev: "v2.4.2"
4747
hooks:
4848
- id: codespell
4949
args: ["-L", "sur,nd,assertin"]
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: "v1.19.1"
52+
rev: "v1.20.0"
5353
hooks:
5454
- id: mypy
5555
files: "^nbconvert"
@@ -79,7 +79,7 @@ repos:
7979
- id: rst-inline-touching-normal
8080

8181
- repo: https://github.com/astral-sh/ruff-pre-commit
82-
rev: v0.15.4
82+
rev: v0.15.9
8383
hooks:
8484
- id: ruff-check
8585
types_or: [python, jupyter]
@@ -88,7 +88,7 @@ repos:
8888
types_or: [python, jupyter]
8989

9090
- repo: https://github.com/scientific-python/cookie
91-
rev: "2026.03.02"
91+
rev: "2026.04.04"
9292
hooks:
9393
- id: sp-repo-review
9494
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)