Skip to content

2.6.0

Latest
Compare
Choose a tag to compare
@KotlinIsland KotlinIsland released this 18 Aug 13:47
· 1 commit to master since this release

based on mypy 1.11.1

Added

  • Any parameter _ will be inferred as object (#687)
  • work_not_properly_function_names made available to per module configuration (#699)
  • Support BASEDMYPY_TYPE_CHECKING (#702)
  • Enable stub mode within TYPE_CHECKING branches (#702)
  • Infer from overloads - add default value in impl (#697)
  • Warn for missing returns with explicit Any return types (#715)

Fixes

  • positional arguments on overloads break super (#697)
  • positional arguments on overloads duplicate unions (#697)
  • fix intersection type aliases (#716)