8000 Release v3.3.6 · pylint-dev/pylint · GitHub
[go: up one dir, main page]

Skip to content

v3.3.6

Compare
5880
Choose a tag to compare
@jacobtylerwalls jacobtylerwalls released this 20 Mar 11:24
· 266 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

0