mypy-PyCharm-plugin
mypy-PyCharm-plugin copied to clipboard
A simple plugin that allows running mypy from PyCharm and navigate between errors
Fixed typo from "ruuning" to "running".
Using virtualenv or conda, the user needs to manually select dmypy which is a bit annoying. it would be great if the plugin could detect it automatically.
This plugin is very slow on larger projects. It can sometimes hang or crash pycharm. I am running Pop OS with 8gb ram and core i5 5th gen (Macbook air...
Mypy seems to have problems with Django projects containing multiple apps, not being able to follow imports to the other apps when running from the root directory. I've already filed...
Hi there, I tried to make this plugin work with intelliJ idea but there is simply no way to configure the plugin from within the IDE - right clicking the...
PyCharm has the ability to set up a remote interpreter in Vagrant. I have this configured for my main project, but am getting "/bin/bash: dmypy: command not found" when I...
Would be great to make use of `dmypy suggest` to add annotations to existing code.
 I just installed the plugin and it gives me this error. It's fine if I run the command in terminal: 
See [source](https://github.com/JetBrains/intellij-community/blob/master/platform/core-api/src/com/intellij/openapi/project/Project.java) for deprecation note.
I'm not sure if this is a bug or i'm just super slow. Once the plugin generates all of the typing errors (which is amaizing by the way, thank you!),...