Skip to content

Commit ff986bc

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.4](python-jsonschema/check-jsonschema@0.37.2...0.37.4) - [github.com/rbubley/mirrors-prettier: v3.8.3 → v3.9.4](rbubley/mirrors-prettier@v3.8.3...v3.9.4) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.1.0](pre-commit/mirrors-mypy@v1.20.2...v2.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.12...v0.15.20) - [github.com/scientific-python/cookie: 2026.04.04 → 2026.06.18](scientific-python/cookie@2026.04.04...2026.06.18)
1 parent c8bbb1a commit ff986bc

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

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

@@ -34,7 +34,7 @@ repos:
3434
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
3535

3636
- repo: https://github.com/rbubley/mirrors-prettier
37-
rev: v3.8.3
37+
rev: v3.9.4
3838
hooks:
3939
- id: prettier
4040
types_or: [yaml, html, json]
@@ -53,7 +53,7 @@ repos:
5353
- id: rst-inline-touching-normal
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: "v1.20.2"
56+
rev: "v2.1.0"
5757
hooks:
5858
- id: mypy
5959
files: jupyter_server
@@ -81,7 +81,7 @@ repos:
8181

8282
- repo: https://github.com/astral-sh/ruff-pre-commit
8383
# keep the revision in sync with the ruff version in pyproject.toml
84-
rev: v0.15.12
84+
rev: v0.15.20
8585
hooks:
8686
- id: ruff-check
8787
types_or: [python, jupyter]
@@ -90,7 +90,7 @@ repos:
9090
types_or: [python, jupyter]
9191

9292
- repo: https://github.com/scientific-python/cookie
93-
rev: "2026.04.04"
93+
rev: "2026.06.18"
9494
hooks:
9595
- id: sp-repo-review
9696
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)