github pylint-dev/pylint v2.9.2

latest releases: v3.3.1, v3.3.0, v3.2.7...
3 years ago
  • Fix a crash that happened when analysing code using type(self) to access
    a class attribute in the unused-private-member checker.

    Closes #4638

  • Fix a false positive for unused-private-member when accessing a private variable
    with self

    Closes #4644

  • Fix false-positive of unnecessary-dict-index-lookup and consider-using-dict-items
    for reassigned dict index lookups

    Closes #4630

Don't miss a new pylint release

NewReleases is sending notifications on new releases.