based on mypy 1.13.0
Added
- typed
functools.wraps
correctly - typed
builtins.ellipsis
/types.EllipsisType
correctly - disable
bytearray
andmemoryview
promotions by default - support
typing.type_check_only
- support default values on type parameters
- support based type notation in type alias statements
- support
basedtyping.FunctionType
Fixes
- fixed crash with
re
plugin - fixed crash with
Intersection
cache - fixed definition of
types.NoneType
Enhancements
- fixed default configuration in the docs