v2.9.0
·
1457 commits
to main
since this release
-
Add
end_lineno
andend_col_offset
attributes to astroid nodes. -
Always treat
__class_getitem__
as a classmethod. -
Add missing
as_string
visitor method forUnknown
node.Closes #1264