pyls-mypy icon indicating copy to clipboard operation
pyls-mypy copied to clipboard

mypy and workspace

Open mpanarin opened this issue 5 years ago • 1 comments

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.

mpanarin avatar Jul 24 '19 13:07 mpanarin

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

tomv564 avatar Jul 26 '19 20:07 tomv564