Skip to content

pylint-2.4.4

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