tomv564 / pyls-mypy

Mypy plugin for the Python Language Server
MIT License
110 stars 62 forks source link

mypy and workspace #24

Open mpanarin opened 5 years ago

mpanarin commented 5 years ago

Afaiu pyls-mypy runs mypy on a specific file.

Maybe it is possible to run it on the whole workspace? Latest versions of mypy work amazingly with the whole project setups and i think it will be a huge benefit.

tomv564 commented 5 years ago

This sounds like something better achieved with the mypy daemon - I don't have time to look into it but there was some work in progress for the python language server here: https://github.com/palantir/python-language-server/issues/391