Skip to content

2.8.0

Compare
Choose a tag to compare
@KotlinIsland KotlinIsland released this 03 Dec 07:58
· 3 commits to release-2.8 since this release

based on mypy 1.13.0

Added

  • ban variance on TypeVar definitions (#817)
  • enforce TypeVar constraints on type applications (#817)

Fixes

  • check type args on type aliases (#817)
  • cache modules that only have baseline errors
  • fix dmypy in vscode

Docs

  • correct error code documentation regarding defaults