v2.12.11
Pierre-Sassoulas
released this
10 Oct 12:04
·
960 commits
to main
since this release
-
Improve detection of namespace packages for the modules with
__spec__
set to None.Closes pylint-dev/pylint#7488.
-
Fixed a regression in the creation of the
__init__
of dataclasses with
multiple inheritance.Closes pylint-dev/pylint#7434