Skip to content

v2.9.0

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 21 Nov 17:16
· 1367 commits to main since this release
  • Add end_lineno and end_col_offset attributes to astroid nodes.

  • Always treat __class_getitem__ as a classmethod.

  • Add missing as_string visitor method for Unknown node.

    Closes #1264