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`.