v3.2.5
What's new in Pylint 3.2.5 ?
Release date: 2024-06-28
Other Bug Fixes
-
Fixed a false positive
unreachable-codewhen usingtyping.Anyas return type in python
3.8, thetyping.NoReturnare not taken into account anymore for python 3.8 however.Closes #9751