We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a01bc1 + 769ffd2 commit 56f6725Copy full SHA for 56f6725
doc/whatsnew/3/3.2/index.rst
@@ -14,6 +14,25 @@ Summary -- Release highlights
14
15
.. towncrier release notes start
16
17
+What's new in Pylint 3.2.2?
18
+---------------------------
19
+Release date: 2024-05-20
20
+
21
22
+False Positives Fixed
23
+---------------------
24
25
+- Fix multiple false positives for generic class syntax added in Python 3.12 (PEP 695).
26
27
+ Closes #9406 (`#9406 <https://github.com/pylint-dev/pylint/issues/9406>`_)
28
29
+- Exclude context manager without cleanup from
30
+ ``contextmanager-generator-missing-cleanup`` checks.
31
32
+ Closes #9625 (`#9625 <https://github.com/pylint-dev/pylint/issues/9625>`_)
33
34
35
36
What's new in Pylint 3.2.1?
37
---------------------------
38
Release date: 2024-05-18
0 commit comments