Skip to content

2.5.0

Latest
Compare
Choose a tag to compare
@KotlinIsland KotlinIsland released this 21 Jun 02:04
· 2 commits to release-2.5 since this release

based on mypy 1.10

Added

  • Callable syntax ((int) -> str) (#619)
  • FunctionType syntax (def (int) -> str) (#619)

Fixes

  • Callable is no longer types.FunctionType (#619)