github pylint-dev/pylint pylint-2.4.4

latest releases: v3.1.0, v3.0.4, v3.0.3...
3 years ago
  • Exempt all the names found in type annotations from unused-import

    The previous code was assuming that only typing names need to be
    exempted, but we need to do that for the rest of the type comment
    names as well.

    Close #3112

  • Relax type import detection for names that do not come from the typing module

    Close #3191

Don't miss a new pylint release

NewReleases is sending notifications on new releases.