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