typet icon indicating copy to clipboard operation
typet copied to clipboard

Validation types do not work with mypy.

Open dangle opened this issue 7 years ago • 0 comments

mypy reports validation objects as invalid type aliases.

Additionally, if a validation type is used as a class annotation without being aliased, mypy ends analysis with an invalid syntax error.

See python/mypy#4285.

dangle avatar Nov 26 '17 09:11 dangle