github pylint-dev/pylint v3.2.7

18 days ago

What's new in Pylint 3.2.7?

Release date: 2024-08-31

False Positives Fixed

  • Fixed a false positive unreachable for NoReturn coroutine functions.

    Closes #9840

Other Bug Fixes

  • Fix crash in refactoring checker when calling a lambda bound as a method.

    Closes #9865

  • Fix a crash in undefined-loop-variable when providing the iterable argument to enumerate().

    Closes #9875

  • Fix to address indeterminacy of error message in case a module name is same as another in a separate namespace.

    Refs #9883

Don't miss a new pylint release

NewReleases is sending notifications on new releases.