Skip to content

Commit b99c323

Browse files
committed
Fix/workaround for python/mypy#9940
1 parent 161afed commit b99c323

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
@@ -15,6 +15,8 @@ known_first_party = jupyter_lsp
1515
ignore = E203,W503,C0330
1616
max-line-length = 88
1717

18+
[mypy]
19+
1820
[mypy-traitlets.*]
1921
ignore_missing_imports = True
2022

0 commit comments

Comments
 (0)