v2.13.2
·
3402 commits
to main
since this release
-
Fix crash when subclassing a
namedtuple.Closes #5982
-
Fix false positive for
superfluous-parensfor patterns like
"return (a or b) in iterable".Closes #5803
-
Fix a false negative regression in 2.13.0 where
protected-accesswas not
raised on functions.Fixes #5989
-
Better error messages in case of crash if pylint can't write the issue template.
Refer to #5987