v2.13.3
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 withenum.Enum
.
Calls toEnum
are now inferred & the qualified name is checked.