Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mypy support using daemon #392

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Add mypy support using daemon #392

wants to merge 2 commits into from

Conversation

gatesn
Copy link
Contributor

@gatesn gatesn commented Jul 7, 2018

Fixes #391

One thing to note, I had to modify the mypy.errors module to write the traceback to stderr. Otherwise it breaks the LSP by writing to stdout.

@eliwe
Copy link

eliwe commented Aug 7, 2018

From follow-imports it seems the best option for error reporting is '--follow-imports silent'. Its probably expansive but as mypy is running in daemon mode it should not be that bad. Anything else will miss lots of errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants