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 161afed commit b99c323Copy full SHA for b99c323
setup.cfg
@@ -15,6 +15,8 @@ known_first_party = jupyter_lsp
15
ignore = E203,W503,C0330
16
max-line-length = 88
17
18
+[mypy]
19
+
20
[mypy-traitlets.*]
21
ignore_missing_imports = True
22
0 commit comments