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 cad50bc + ae730ac commit 6202a3dCopy full SHA for 6202a3d
doc/whatsnew/3/3.2/index.rst
@@ -14,6 +14,21 @@ Summary -- Release highlights
14
15
.. towncrier release notes start
16
17
+What's new in Pylint 3.2.5?
18
+---------------------------
19
+Release date: 2024-06-28
20
+
21
22
+Other Bug Fixes
23
+---------------
24
25
+- Fixed a false positive ``unreachable-code`` when using ``typing.Any`` as return type in python
26
+ 3.8, the ``typing.NoReturn`` are not taken into account anymore for python 3.8 however.
27
28
+ Closes #9751 (`#9751 <https://github.com/pylint-dev/pylint/issues/9751>`_)
29
30
31
32
What's new in Pylint 3.2.4?
33
---------------------------
34
Release date: 2024-06-26
0 commit comments