pypi pylint 2.15.7

latest releases: 3.3.1, 3.3.0, 3.2.7...
23 months ago

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

Don't miss a new pylint release

NewReleases is sending notifications on new releases.