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 1
1
python-lsp-server
2
- mypy < 0.920
2
+ mypy
3
3
black
4
4
pre-commit
5
5
rstcheck
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ python_requires = >= 3.6
21
21
packages = find:
22
22
install_requires =
23
23
python-lsp-server
24
- mypy < 0.920
24
+ mypy
25
25
26
26
27
27
[options.entry_points]
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def foo():
103
103
104
104
# Create configuration file for workspace folder 1.
105
105
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 " )
107
107
108
108
# Initialize settings for both folders.
109
109
plugin .pylsp_settings (ws1 ._config )
You can’t perform that action at this time.
0 commit comments