leinardi/mypy-pycharm

Plans to utilize dmypy (the daemon)?

Open

#57 opened on Feb 20, 2020

View on GitHub
 (6 comments) (6 reactions) (0 assignees)Java (30 forks)github user discovery
Priority: HighStatus: StaleType: Enhancementhelp wanted

Repository metrics

Stars
 (207 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. Currently the scanning is quite slow. It can take 5-10 seconds for IntelliJ to perform the scan once you save a file.

Describe the solution you'd like If dmypy were to be utilized the scans should be incredibly more efficient and faster. It could take less than a second most of the time.

Describe alternatives you've considered The Dropbox team has a Mypy plugin (https://github.com/dropbox/mypy-PyCharm-plugin) but it's terrible in every single way except for performance. The configuration lives in a weird place, not many configuration options, and no real-time scan/showing errors in the editor. However, maybe their code for running the daemon could be used?

I know this issue has sorta been mentioned before, but no answer was ever given with regards to what the plans are for this.

Contributor guide