You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
************* 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?
The Pylint failure:
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
The text was updated successfully, but these errors were encountered: