vdusek opened this issue a year ago · 1 comments
Rename identifiers flagged with # noqa: A003 for built-in attribute shadowing.
# noqa: A003
Known potential problem: if the identifier collides with the data type name (e.g. list), it even breaks mypy.
mypy
was resolved as part of #172