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

[WIP] Add a Python type checker using MyPy #1080

Closed
wants to merge 1 commit into from
Closed

Conversation

cpitclaudel
Copy link
Member

I think we'll hold this until we merge the next-checker stuff :) This is a checker for MyPy. Types!

@cpitclaudel cpitclaudel force-pushed the python-mypy branch 4 times, most recently from 0804fb1 to 1b82a71 Compare September 11, 2016 02:51
@dakra
Copy link

dakra commented Feb 21, 2017

Any news on this? I would like mypy support :)

@cpitclaudel
Copy link
Member Author

@dakra Can you try the branch and report whether it works for you? That would help :)

@dakra
Copy link

dakra commented Feb 22, 2017

I tried your changes and seems to work fine.

I had to rename a few command line arguments:
--suppress-error-context is now --hide-error-context
and instead of --silent-imports I always use --follow-imports=skip (since we never want to return errors from different files?!) and and replaced the original --silent-imports with --ignore-missing-imports.

I didn't play around with it too much but lgtm 👍

@fmdkdd
Copy link
Member

fmdkdd commented Jul 17, 2017

@cpitclaudel Do you still want to wait for the next-checker changes? I'd rather have that working now than in an hypothetical future ;)

@fmdkdd
Copy link
Member

fmdkdd commented Feb 10, 2018

Closing in favor of #1354.

@fmdkdd fmdkdd closed this Feb 10, 2018
@fmdkdd fmdkdd deleted the python-mypy branch June 9, 2018 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants