Skip to content

v2.14.3

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 18 Jun 08:32
· 1865 commits to main since this release
  • Fixed two false positives for bad-super-call for calls that refer to a non-direct parent.

    Closes #4922, Closes #2903

  • Fixed a false positive for useless-super-delegation for subclasses that specify the number of
    of parameters against a parent that uses a variadic argument.

    Closes #2270

  • Allow suppressing undefined-loop-variable and undefined-variable without raising useless-suppression.

  • Fixed false positive for undefined-variable for __class__ in inner methods.

    Closes #4032