Skip to content

v2.16.3

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 03 Mar 10:30
· 850 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