Skip to content

2.7.0

Latest
Compare
Choose a tag to compare
@KotlinIsland KotlinIsland released this 31 Oct 21:58

based on mypy 1.13.0

Added

  • typed functools.wraps correctly
  • typed builtins.ellipsis/types.EllipsisType correctly
  • disable bytearray and memoryview 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