Skip to content

v2.12.11

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 10 Oct 12:04
· 759 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