Skip to content

v2.13.2

Choose a tag to compare

@Pierre-Sassoulas Pierre-Sassoulas released this 27 Mar 12:45
· 3402 commits to main since this release
  • Fix crash when subclassing a namedtuple.

    Closes #5982

  • Fix false positive for superfluous-parens for patterns like
    "return (a or b) in iterable".

    Closes #5803

  • Fix a false negative regression in 2.13.0 where protected-access was not
    raised on functions.

    Fixes #5989

  • Better error messages in case of crash if pylint can't write the issue template.

    Refer to #5987