python-lsp / pylsp-mypy

Mypy plugin for the Python LSP Server.
MIT License
127 stars 35 forks source link

Change to run only if mypy or dmypy command is exists in the environment #28

Closed yaegassy closed 2 years ago

yaegassy commented 2 years ago

I changed it to check for the existence of the command before running mypy or dmypy.

close https://github.com/Richardk2n/pylsp-mypy/issues/25