Skip to content

Pylint: arguments-out-of-order #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
evaherrada opened this issue Mar 16, 2020 · 4 comments
Closed

Pylint: arguments-out-of-order #72

evaherrada opened this issue Mar 16, 2020 · 4 comments

Comments

@evaherrada
Copy link
Collaborator

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

@tannewt
Copy link
Member

tannewt commented Mar 16, 2020

This looks intentional to me and needs a pylint exception. @makermelissa would know for sure.

@makermelissa
Copy link
Collaborator

Yep, disable please.

@evaherrada
Copy link
Collaborator Author

@makermelissa @tannewt Ok. I've disabled it. Thanks

@kattni
Copy link
Contributor

kattni commented Mar 17, 2020

Closing this issue. PR is in process.

@kattni kattni closed this as completed Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants