Skip to content

Add conversion from Python AST to MyPy AST #590

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

Closed
refi64 opened this issue Feb 23, 2015 · 2 comments
Closed

Add conversion from Python AST to MyPy AST #590

refi64 opened this issue Feb 23, 2015 · 2 comments

Comments

@refi64
Copy link
Contributor

refi64 commented Feb 23, 2015

This could be really neat and useful. For instance, one could add mypy support to Hy with this.

It would also allow other linting tools to integrate with mypy.

@gvanrossum
Copy link
Member

I don't think this will ever happen, so closing. However, note that @ddfisher is working on converting mypy to use (almost) the official Python ast (however, extracted into a separate 3rd party module and augmented to preserve # type: ... comments in the tree). (@ddfisher, is there an issue where this is being tracked?)

@ddfisher
Copy link
Collaborator

ddfisher commented Apr 8, 2016

There is now! See #1353.

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

No branches or pull requests

3 participants