Closed meshy closed 2 years ago
This fixes virtualenv detection by switching from using mypy.api to calling mypy as a subprocess, as suggested in #17.
mypy.api
mypy
Successfully tested in neovim v0.5.1.
Thank you for running this in CI! I can see that there's a failure on Python 3.6. I'll have a look and see what I can do.
EDIT: Addressed in d0e35fe
Thank you!
Released with 0.5.4
This fixes virtualenv detection by switching from using
mypy.api
to callingmypy
as a subprocess, as suggested in #17.Successfully tested in neovim v0.5.1.