apify/apify-sdk-python

Rename identifiers which shadows a builtin attribute

vdusek opened this issue · 1 comments

vdusek commented

Rename identifiers flagged with # noqa: A003 for built-in attribute shadowing.

Known potential problem: if the identifier collides with the data type name (e.g. list), it even breaks mypy.

vdusek commented

was resolved as part of #172