Skip to content

astroid-2.5.3

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 18 Apr 19:18
  • Takes into account the fact that subscript inferring for a ClassDef may involve class_getitem method

  • Reworks the collections and typing brain so that pylint`s acceptance tests are fine.

    Closes pylint-dev/pylint#4206

  • Use inference_tip for typing.TypedDict brain.

  • Fix mro for classes that inherit from typing.Generic

  • Add inference tip for typing.Generic and typing.Annotated with __class_getitem__

    Closes pylint-dev/pylint#2822