Skip to content

v4.0.4

Latest

Choose a tag to compare

@jacobtylerwalls jacobtylerwalls released this 30 Nov 13:28
· 52 commits to main since this release

What's new in Pylint 4.0.4?

Release date: 2025-11-30

False Positives Fixed

  • Fixed false positive for invalid-name where module-level constants were incorrectly classified as variables when a class-level attribute with the same name exists.

    Closes #10719

  • Fix a false positive for invalid-name on an UPPER_CASED name inside an if branch that assigns an object.

    Closes #10745