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
Feature
Add support for PEP 604 to mypy. Since it has been officially accepted, should mypy add support for X | Y now? The syntax won't change anymore, is backwards compatible and there is an existing implementation https://github.com/pprados/mypy/tree/PEP604
Pitch
Adding this now would allow projects to already take advantage of the new syntax for type checking when using from __future__ import annotations.