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 ca30c80 commit 29eb387Copy full SHA for 29eb387
pyproject.toml
@@ -44,25 +44,25 @@ warn_redundant_casts = true
44
45
[[tool.mypy.overrides]]
46
module = [
47
- "appnope",
48
- "traitlets.*",
49
- "jupyter_core.*",
50
- "jupyter_console.*",
51
"_pydevd_bundle.*",
+ "appnope",
52
"debugpy.*",
53
- "nest_asyncio",
+ "entrypoints",
54
"flaky",
55
"ipykernel.*",
56
"ipyparallel.*",
57
"IPython.*",
58
- "entrypoints",
59
- "trio",
60
- "qtconsole.*",
+ "jupyter_console.*",
+ "jupyter_core.*",
+ "nest_asyncio",
61
"psutil",
62
- "wx",
+ "PySide2",
63
"PyQt4",
64
"PyQt5",
65
- "PySide2"
+ "qtconsole.*",
+ "traitlets.*",
+ "trio",
+ "wx",
66
]
67
ignore_missing_imports = true
68
0 commit comments