Skip to content

v4.0.1

Latest

Choose a tag to compare

@Pierre-Sassoulas Pierre-Sassoulas released this 15 Oct 05:40
· 13 commits to main since this release
9a30350

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