Skip to content

Why are range and zip assigned to themselves #8

Closed
@evaherrada

Description

@evaherrada

Does anyone know why this is done? Pylint 2.x doesn't like it and although it appears like there were disables put in to ignore the issues caused by this, I wanted to check before adding another disable.

# pylint: disable=redefined-builtin, invalid-name
range = range
zip = zip

Referencing main issue: adafruit/Adafruit_CircuitPython_Bundle#232

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions