Skip to content

Commit 8e449db

Browse files
committed
Fix/workaround for python/mypy#9940
1 parent 6cc1238 commit 8e449db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ known_first_party = jupyter_lsp
7777
ignore = E203,W503,C0330
7878
max-line-length = 88
7979

80+
[mypy]
81+
8082
[mypy-traitlets.*]
8183
ignore_missing_imports = True
8284

0 commit comments

Comments
 (0)