Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 19 Jul 07:08
· 85 commits to main since this release

Changed

  • Hide the hints that are 1 character long
  • Don't show hints in call expressions that take a single parameter (except for *args)

Fixed

  • Hints showing when placing a positional argument after keyword ones
  • Hints for classes that use __new__, like datetime.datetime
  • Arguments with the same name as the parameter, but in a different case, were still displayed