Skip to content

Commit 15d29c0

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0) - [github.com/hukkin/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.0...v0.14.7) - [github.com/scientific-python/cookie: 2025.10.01 → 2025.11.21](scientific-python/cookie@2025.10.01...2025.11.21)
1 parent 2e63fd3 commit 15d29c0

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

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

2828
- repo: https://github.com/hukkin/mdformat
29-
rev: 0.7.22
29+
rev: 1.0.0
3030
hooks:
3131
- id: mdformat
3232
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [black==23.7.0]
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.18.2"
48+
rev: "v1.19.0"
4949
hooks:
5050
- id: mypy
5151
files: jupyter_core
@@ -67,7 +67,7 @@ repos:
6767
- id: rst-inline-touching-normal
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.14.0
70+
rev: v0.14.7
7171
hooks:
7272
- id: ruff-check
7373
types_or: [python, jupyter]
@@ -76,7 +76,7 @@ repos:
7676
types_or: [python, jupyter]
7777

7878
- repo: https://github.com/scientific-python/cookie
79-
rev: "2025.10.01"
79+
rev: "2025.11.21"
8080
hooks:
8181
- id: sp-repo-review
8282
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)