v4.0.1
What's new in Pylint 4.0.1?
Release date: 2025-10-14
False Positives Fixed
-
Exclude
__all__and__future__.annotationsfromunused-variable.Closes #10019
-
Fix false-positive for
bare-name-capture-patternif a case guard is used.Closes #10647
-
Check enums created with the
Enum()functional syntax to pass against the
--class-rgxfor theinvalid-namecheck, like other enums.Closes #10660