github pylint-dev/pylint v2.14.3

latest releases: v3.3.0, v3.2.7, v3.2.6...
2 years ago
  • 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

Don't miss a new pylint release

NewReleases is sending notifications on new releases.