Closed
Description
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
Labels
No labels