Skip to content

v2.13.3

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 20 Jan 20:32
· 725 commits to main since this release
  • Fix a regression in 2.13.2 where a RunTimeError could be raised unexpectedly.

    Closes #1958

  • Fix overwritten attributes in inherited dataclasses not being ordered correctly.

    Closes pylint-dev/pylint#7881

  • Fix a false positive when an attribute named Enum was confused with enum.Enum.
    Calls to Enum are now inferred & the qualified name is checked.

    Refs pylint-dev/pylint#5719