Skip to content

Commit e023feb

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

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 7 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,9 +42,16 @@ repos:
4242
- id: mypy
4343
files: jupyter_client
4444
stages: [manual]
45-
args: ["--install-types", "--non-interactive"]
45+
args: []
4646
additional_dependencies:
47-
["traitlets>=5.13", "ipykernel>=6.26", "jupyter_core>=5.3.2"]
47+
- traitlets>=5.13
48+
- ipykernel>=6.26
49+
- jupyter_core>=5.3.2
50+
- types-pexpect
51+
- types-paramiko
52+
- types-netifaces
53+
- types-psutil
54+
- types-python-dateutil
4855

4956
- repo: https://github.com/adamchainz/blacken-docs
5057
rev: "1.20.0"
@@ -69,13 +76,10 @@ repos:
6976
rev: v0.14.0
7077
hooks:
7178
- id: ruff-check
72-
types_or: [python, jupyter]
7379
args: ["--fix", "--show-fixes"]
7480
- id: ruff-format
75-
types_or: [python, jupyter]
7681

7782
- repo: https://github.com/scientific-python/cookie
7883
rev: "2025.10.01"
7984
hooks:
8085
- id: sp-repo-review
81-
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)