Skip to content

Commit 36c7dd3

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.36.0](python-jsonschema/check-jsonschema@0.34.1...0.36.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.3...v0.14.9) - [github.com/scientific-python/cookie: 2025.10.20 → 2025.11.21](scientific-python/cookie@2025.10.20...2025.11.21)
1 parent 327589f commit 36c7dd3

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

2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.34.1
25+
rev: 0.36.0
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.18.2"
42+
rev: "v1.19.1"
4343
hooks:
4444
- id: mypy
4545
files: ipykernel
@@ -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.14.3
76+
rev: v0.14.9
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: "2025.10.20"
85+
rev: "2025.11.21"
8686
hooks:
8787
- id: sp-repo-review
8888
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)