v2.7.1
·
1660 commits
to main
since this release
-
When processing dataclass attributes, only do typing inference on collection types.
Support for instantiating other typing types is left for the future, if desired.Closes #1129
-
Fixed LookupMixIn missing from
astroid.node_classes
.