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

Support PEP 561? #70

Closed
malmaud opened this issue Jun 21, 2018 · 3 comments
Closed

Support PEP 561? #70

malmaud opened this issue Jun 21, 2018 · 3 comments
Labels
enhancement Improvements and feature requests

Comments

@malmaud
Copy link

malmaud commented Jun 21, 2018

It seems like pyre doesn't currently support PEP 561. In short, when looking for type annotations for imported packages, it should include packages in standard package locations that have a py.typed marker file (with some additional complications). mypy currently implements the PEP.

Thanks!

@dark
Copy link
Contributor

dark commented Jun 21, 2018

Hi @malmaud, that is correct. Pyre does not support PEP 561 yet.
We are planning to implement it sometime in the future though. Stay tuned!

@dark dark added the enhancement Improvements and feature requests label Jun 21, 2018
@malmaud
Copy link
Author

malmaud commented Jun 21, 2018

Great, thanks for the quick response.

@arthaud
Copy link
Contributor

arthaud commented May 1, 2024

I believe this is implemented. Let me know if this is not working.

@arthaud arthaud closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements and feature requests
Projects
None yet
Development

No branches or pull requests

3 participants