Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Pylint: arguments-out-of-order #72

Closed
@evaherrada

Description

@evaherrada

The Pylint failure:

************* Module adafruit_ht16k33.matrix
adafruit_ht16k33/matrix.py:176:15: W1114: Positional arguments appear to be out of order (arguments-out-of-order)

The line in question
176 return super()._pixel(y, x, color)

Are these arguments actually out of order or should I add a disable?

Referencing main issue: adafruit/Adafruit_CircuitPython_Bundle#232
@kattni

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