We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a851764 commit 86257c8Copy full SHA for 86257c8
.pre-commit-config.yaml
@@ -37,14 +37,20 @@ repos:
37
types_or: [yaml, html, json]
38
39
- repo: https://github.com/pre-commit/mirrors-mypy
40
- rev: "v1.18.2"
+ rev: "v1.19.0"
41
hooks:
42
- id: mypy
43
files: jupyter_client
44
stages: [manual]
45
args: ["--install-types", "--non-interactive"]
46
additional_dependencies:
47
- ["traitlets>=5.13", "ipykernel>=6.26", "jupyter_core>=5.3.2"]
+ [
48
+ "traitlets>=5.13",
49
+ "ipykernel>=6.26",
50
+ "jupyter_core>=5.3.2",
51
+ "orjson>=3.11.4",
52
+ "msgpack>=1.1.2",
53
+ ]
54
55
- repo: https://github.com/adamchainz/blacken-docs
56
rev: "1.20.0"
0 commit comments