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

Skip to content

v2.16.3

Compare< 6820 /span>
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 03 Mar 10:30
· 1378 commits to main since this release
08bac36

False Positives Fixed

  • Fix false positive for wrong-spelling-in-comment with class names in a
    python 2 type comment.

    Closes #8370

Other Bug Fixes

  • Prevent emitting invalid-name for the line on which a global
    statement is declared.

    Closes #8307

0