What's new in Pylint 3.3.6?
Release date: 2025-03-20
False Positives Fixed
-
Fix a false positive for
used-before-assignment
when an inner function's return type
annotation is a class defined at module scope.Closes #9391
Release date: 2025-03-20
Fix a false positive for used-before-assignment
when an inner function's return type
annotation is a class defined at module scope.
Closes #9391