mypy-pycharm
mypy-pycharm copied to clipboard
A plugin providing both real-time and on-demand scanning of Python files with Mypy from within PyCharm/IDEA.
Even though CLion has a python plugin that supports most/all of what Pycharm does, this plugin isn't available for it. It is available for IntelliJ, I notice. Could the plugin...
**Is your feature request related to a problem? Please describe.** A project I'm working on doesn't like type hints in the code, so I used the doc string format `:param...
Once installing this plugin it assumes all projects use mypy, which may not be the case. In such cases the plugin crashes instead should disable itself perhaps: ```java java.lang.Throwable: Error...
This is the exact same issue as https://github.com/leinardi/mypy-pycharm/issues/12 which supposedly was fixed but apparently not for me. ### Step 1: Are you in the right place? - [x ] I...
If the project has a package with classes, and that classes are imported, typecheck doesn't work for that imported classes properties when running 'check current file'. Realtime checking seems to...
23:15 Mypy Plugin: Failure: executable "/usr/bin/mypy" not found while: zbyszek@Predator /usr/bin $ mypy usage: mypy [-h] [-v] [-V] [more options; see below] [-m MODULE] [-p PACKAGE] [-c PROGRAM_TEXT] [files ...]...
**Is your feature request related to a problem? Please describe.** My colleagues pointed me to a similar project from dropbox - https://github.com/dropbox/mypy-PyCharm-plugin - and I wonder if consolidating the efforts...
### Step 2: Describe your environment - Plugin version: `0.10.2` - PyCharm/IDEA version: `2018.2.4` - Mypy version: `None` ### Step 3: Describe the problem: #### Steps to reproduce: 1. Install...
### Step 1: Are you in the right place? - [ x] I have verified there are no duplicate active or recent bugs, questions, or requests - [ x] I...
### Step 1: Are you in the right place? - [x] I have verified there are no duplicate active or recent bugs, questions, or requests - [x] I have verified...