File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11python-lsp-server
2- mypy < 0.920
2+ mypy
33black
44pre-commit
55rstcheck
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ python_requires = >= 3.6
2121packages = find:
2222install_requires =
2323 python-lsp-server
24- mypy < 0.920
24+ mypy
2525
2626
2727[options.entry_points]
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def foo():
103103
104104 # Create configuration file for workspace folder 1.
105105 mypy_config = folder1 .join ("mypy.ini" )
106- mypy_config .write ("[mypy]\n warn_unreachable = True" )
106+ mypy_config .write ("[mypy]\n warn_unreachable = True\n check_untyped_defs = True " )
107107
108108 # Initialize settings for both folders.
109109 plugin .pylsp_settings (ws1 ._config )
You can’t perform that action at this time.
0 commit comments