-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add inline type annotations to statically defined modules #401
Comments
As for modernizing the type annotations I added before The following files are targeted.
|
I am interested in python/typing#213. If it is accepted by the Python core developers, If |
memo: python/typeshed#8968 is resolved. So we won't have to worry about the type checker detecting false positives in the |
We applied static typing to most modules with |
In work related to #327, we have applied comment-type annotations to each statically defined modules.
However, those will be changed to inline annotation with the same reason as #400 and be added where they are still missing.
Inline type annotations are only available in Python 3.x and later, so the merge destination for the contributions is
drop_py2
branch.As planned in #392, we will support Python3.7 and later versions, so type hinting should be done in the way supported from 3.7 and earlier.
This kanban will be updated as the situation requires.
Any opinions would be appreciated.
The text was updated successfully, but these errors were encountered: