dropbox / mypy-PyCharm-plugin

A simple plugin that allows running mypy from PyCharm and navigate between errors
Apache License 2.0
313 stars 14 forks source link

support running mypy in dockerized environment #54

Closed yoav-orca closed 4 years ago

yoav-orca commented 4 years ago

Hi, I'm trying to use the plugin with PyCharm 2020.1.1 with an interpreter within docker but I'm unable to specify the path within the container for dmypy. It seems that the plugin only supports local interpreters. I think it would be a great enhancement for the plugin

ilevkivskyi commented 4 years ago

I think this is essentially a duplicate of https://github.com/dropbox/mypy-PyCharm-plugin/issues/48. I will add a comment there that this also affects docker.