Skip to content

Commit e3cd645

Browse files
committed
chore: update some parts of the pre-commit
Signed-off-by: Henry Schreiner <[email protected]>
1 parent ee43cd3 commit e3cd645

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ repos:
3030
hooks:
3131
- id: mdformat
3232

33-
- repo: https://github.com/pre-commit/mirrors-prettier
34-
rev: "v4.0.0-alpha.8"
33+
- repo: https://github.com/rbubley/mirrors-prettier
34+
rev: "v3.7.3"
3535
hooks:
3636
- id: prettier
3737
types_or: [yaml, html, json]
@@ -42,13 +42,18 @@ repos:
4242
- id: mypy
4343
files: jupyter_client
4444
stages: [manual]
45-
args: ["--install-types", "--non-interactive"]
45+
args: []
4646
additional_dependencies:
4747
- traitlets>=5.13
4848
- ipykernel>=6.26
4949
- jupyter_core>=5.3.2
5050
- orjson>=3.11.4
5151
- msgpack-types
52+
- types-pexpect
53+
- types-paramiko
54+
- types-netifaces
55+
- types-psutil
56+
- types-python-dateutil
5257

5358
- repo: https://github.com/adamchainz/blacken-docs
5459
rev: "1.20.0"
@@ -73,13 +78,10 @@ repos:
7378
rev: v0.14.0
7479
hooks:
7580
- id: ruff-check
76-
types_or: [python, jupyter]
7781
args: ["--fix", "--show-fixes"]
7882
- id: ruff-format
79-
types_or: [python, jupyter]
8083

8184
- repo: https://github.com/scientific-python/cookie
8285
rev: "2025.10.01"
8386
hooks:
8487
- id: sp-repo-review
85-
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)