File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 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]"]
You can’t perform that action at this time.
0 commit comments