github pylint-dev/pylint v4.0.1

22 hours ago

What's new in Pylint 4.0.1?

Release date: 2025-10-14

False Positives Fixed

  • Exclude __all__ and __future__.annotations from unused-variable.

    Closes #10019

  • Fix false-positive for bare-name-capture-pattern if a case guard is used.

    Closes #10647

  • Check enums created with the Enum() functional syntax to pass against the
    --class-rgx for the invalid-name check, like other enums.

    Closes #10660

Don't miss a new pylint release

NewReleases is sending notifications on new releases.