-
Handle the effect of properties on the
__init__
of a dataclass correctly.Closes PyCQA/pylint#5225
-
Handle the effect of
kw_only=True
in dataclass fields correctly.Closes PyCQA/pylint#7623
-
Handle the effect of
init=False
in dataclass fields correctly.Closes PyCQA/pylint#7291
-
Fix crash if
numpy
module doesn't haveversion
attribute.Refs PyCQA/pylint#7868
-
Handle
AttributeError
duringstr.format
template inference tip evaluationCloses PyCQA/pylint#1902