Skip to content

v3.0.2

Compare
Choose a tag to compare
@jacobtylerwalls jacobtylerwalls released this 22 Oct 13:54
· 156 commits to main since this release

False Positives Fixed

  • Fix used-before-assignment false positive for generic type syntax (PEP 695, Python 3.12).

    Closes #9110

Other Bug Fixes

  • Escape special symbols and newlines in messages.

    Closes #7874

  • Fixes suggestion for nested-min-max for expressions with additive operators, list and dict comprehensions.

    Closes #8524

  • Fixes ignoring conditional imports with ignore-imports=y.

    Closes #8914

  • Emit inconsistent-quotes for f-strings with 3.12 interpreter only if targeting pre-3.12 versions.

    Closes #9113