Skip to content

v2.15.10

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 09 Jan 10:58
· 1276 commits to main since this release
ea12a60

False Positives Fixed

  • Fix use-sequence-for-iteration when unpacking a set with *.

    Closes #5788

  • Fix false positive assigning-non-slot when a class attribute is
    re-assigned.

    Closes #6001

  • Fixes used-before-assignment false positive when the walrus operator
    is used in a ternary operator.

    Closes #7779

  • Prevent used-before-assignment when imports guarded by if TYPE_CHECKING
    are guarded again when used.

    Closes #7979

Other Bug Fixes

  • Using custom braces in msg-template will now work properly.

    Closes #5636