You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PEP 702 (@deprecated): improve the handling of explicit type annotations of assignment statements (python#17899)
Two improvements of the current PEP 702 implementation (deprecated):
* Analyse the explicit type annotations of "normal" assignment
statements (that have an rvalue).
* Dive into nested type annotations of assignment statements.
(I intend to continue working on PEP 702 and would prefer to do so in
small steps if this is okay for the maintainers/reviewers.)
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments