Skip to content

Releases: pylint-dev/pylint

pylint-2.4.4

28 Mar 19:42
Compare
Choose a tag to compare
  • 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