Skip to content

v2.6.6

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 03 Aug 20:42
· 1683 commits to main since this release
  • Added support to infer return type of typing.cast()

  • Fix variable lookup's handling of exclusive statements

    Closes pylint-dev/pylint#3711

  • Fix variable lookup's handling of function parameters

    Closes #180

  • Fix variable lookup's handling of except clause variables

  • Fix handling of classes with duplicated bases with the same name

    Closes #1088