Skip to content

v3.3.6

Latest
Compare
Choose a tag to compare
@jacobtylerwalls jacobtylerwalls released this 20 Mar 11:24
· 145 commits to main since this release

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