mypy
6e608f20 - Improve call expressions in type annotations with native parser (#21300)

Commit
68 days ago
Improve call expressions in type annotations with native parser (#21300) In particular, `Annotated[foo, some_call(x=y)]` shouldn't generate an error. This depends on mypyc/ast_serialize#52 (which is included in our minimum ast-serialize version dependency).
Author
Parents
Loading