Skip to content

v3.2.2

Latest
Compare
Choose a tag to compare
@cdce8p cdce8p released this 20 May 07:22
· 23 commits to main since this release
769ffd2

What's new in Pylint 3.2.2?

Release date: 2024-05-20

False Positives Fixed

  • Fix multiple false positives for generic class syntax added in Python 3.12 (PEP 695).

    Closes #9406

  • Exclude context manager without cleanup from
    contextmanager-generator-missing-cleanup checks.

    Closes #9625