Skip to content

v2.15.7

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 29 Nov 11:19
· 1643 commits to main since this release
5a96370

False Positives Fixed

  • Fix deprecated-method false positive when alias for method is similar to
    name of deprecated method.

    Closes #5886

  • Fix a false positive for used-before-assignment for imports guarded by
    typing.TYPE_CHECKING later used in variable annotations.

    Closes #7609

Other Bug Fixes

  • Pylint will now filter duplicates given to it before linting. The output
    should be the same whether a file is given/discovered multiple times or not.

    Closes #6242, #4053

  • Fixes a crash in stop-iteration-return when the next builtin is
    called without arguments.

    Closes #7828