v2.15.10
Pierre-Sassoulas
released this
09 Jan 10:58
·
1567 commits
to main
since this release
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 byif TYPE_CHECKING
are guarded again when used.Closes #7979
Other Bug Fixes
-
Using custom braces in
msg-template
will now work properly.Closes #5636