Closed tekktrik closed 3 years ago
Meant to tag this as resolving issue #72
Meant to tag this as resolving issue #72
I added text to the initial comment so that the issue would be linked.
Missed that, thanks!
I know there was a patch for regarding upgrading pylint, but I can't seem to get it, is that something I should do for this?
@tekktrik You don't need to do anything to upgrade Pylint on this repo, it happens behind the scenes. I've rerun the jobs - a number of the failures are a check we are disabling separately. I will rerun the jobs after that, and then you are welcome to take care of the rest of the linting issues in the repo (as per https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing/pull/75/files) and we can close Dylan's PR in place of this one. Otherwise, I need to merge Dylan's PR, and then you have to update this one to match anyway.
Are you up for linting this? You would need to update the imports, and disable ,duplicate-code
exactly like I explained on Discord for the other repo. Please ignore the unspecified-encoding
check, as it should be disabled globally in a bit here.
Definitely up for linting!
Just merged that linting branch into mine
Nevermind that, working on it now!
Changes from #75 incorporated!
Oh nice catch! Removed!
My pleasure! Thanks for all the assistance on these!
Shout out to whoever added those Sphinx markups, you made life much easier!
Closes: #72