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

[FEATURE] Publish PEP 561 types #24

Open
candrews opened this issue Apr 15, 2022 · 0 comments
Open

[FEATURE] Publish PEP 561 types #24

candrews opened this issue Apr 15, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@candrews
Copy link

Is your feature request related to a problem? Please describe.
It would be really nice if pyaml_env could publish PEP 561 type information allowing users of pyaml_env to use mypy to type check their code.

Thank you!

Describe the solution you'd like
Either include type information in this library so type checkers (like mypi) can use it, or publish a stub library with that information.

Describe alternatives you've considered
I'm currently ignoring pyaml_env entirely for type checking purposes as described in the documentation at https://mypy.readthedocs.io/en/stable/common_issues.html#spurious-errors-and-locally-silencing-the-checker

import pyaml_env  # type: ignore
@candrews candrews added the enhancement New feature or request label Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants