Skip to content

v2.17.7

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 30 Sep 21:24
· 661 commits to main since this release
dade880

2.17.7 is the last release before we only support pylint 3.0.0 or superior and python 3.8 or superior.

False Positives Fixed

  • Fix a regression in pylint 2.17.6 / astroid 2.15.7 causing various
    messages for code involving TypeVar.

    Closes #9069

Other Bug Fixes

  • Fix crash in refactoring checker when unary operand used with variable in for
    loop.

    Closes #9074