Skip to content

Commit 29eb387

Browse files
committed
clean up list
1 parent ca30c80 commit 29eb387

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@ warn_redundant_casts = true
4444

4545
[[tool.mypy.overrides]]
4646
module = [
47-
"appnope",
48-
"traitlets.*",
49-
"jupyter_core.*",
50-
"jupyter_console.*",
5147
"_pydevd_bundle.*",
48+
"appnope",
5249
"debugpy.*",
53-
"nest_asyncio",
50+
"entrypoints",
5451
"flaky",
5552
"ipykernel.*",
5653
"ipyparallel.*",
5754
"IPython.*",
58-
"entrypoints",
59-
"trio",
60-
"qtconsole.*",
55+
"jupyter_console.*",
56+
"jupyter_core.*",
57+
"nest_asyncio",
6158
"psutil",
62-
"wx",
59+
"PySide2",
6360
"PyQt4",
6461
"PyQt5",
65-
"PySide2"
62+
"qtconsole.*",
63+
"traitlets.*",
64+
"trio",
65+
"wx",
6666
]
6767
ignore_missing_imports = true
6868

0 commit comments

Comments
 (0)