Skip to content

v3.3.2

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 01 Dec 18:45
· 83 commits to main since this release
a5a1bc3

False Positives Fixed

  • Fix a false positive for potential-index-error when an indexed iterable
    contains a starred element that evaluates to more than one item.

    Closes #10076

Other Bug Fixes

  • Fixes the issue with --source-root option not working when the source files are in a subdirectory of the source root (e.g. when using a /src layout).

    Closes #10026