What's new in Pylint 4.0.1?
Release date: 2025-10-14
False Positives Fixed
-
Exclude
__all__
and__future__.annotations
fromunused-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 theinvalid-name
check, like other enums.Closes #10660