-
Notifications
You must be signed in to change notification settings - Fork 225
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 Type Hints #2794
Comments
Personally I do use type hints (and tried to add it to Maybe we can start small with just |
Yes, it's definitely a lot of work and a long-term goal. We need to split it into multiple smaller jobs so that people can help. |
I think specifying literal argument options is a good start. |
This issue is still in draft mode. Type hints are something new to me, so I need to learn more and will keep improving the issue description.
What's Python's Type Hints
Why we should support type hints
Copied from https://vegibit.com/introduction-to-python-type-hints/.
Tasks
ANN
rules to make sure all parameters are annotated? [Maybe it's unnecessary, because mypy has a strict mode]References:
Related PEPs
The text was updated successfully, but these errors were encountered: