v2.12.14
Pierre-Sassoulas
released this
06 Jan 19:33
·
933 commits
to main
since this release
-
Handle the effect of properties on the
__init__
of a dataclass correctly.Closes pylint-dev/pylint#5225
-
Handle the effect of
kw_only=True
in dataclass fields correctly.Closes pylint-dev/pylint#7623
-
Handle the effect of
init=False
in dataclass fields correctly.Closes pylint-dev/pylint#7291
-
Fix crash if
numpy
module doesn't haveversion
attribute. -
Handle
AttributeError
duringstr.format
template inference tip evaluationCloses pylint-dev/pylint#1902