v2.7.2
Pierre-Sassoulas
released this
20 Aug 19:09
·
1530 commits
to main
since this release
-
BaseContainer
is now public, and will replace_BaseContainer
completely in astroid 3.0. -
astroid.const.BUILTINS
andastroid.bases.BUILTINS
are not used internally anymore
and will be removed in astroid 3.0. Simply replace this by the string 'builtins' for better
performances and clarity. -
Add inference for dataclass initializer method.
Closes pylint-dev/pylint#3201