Closed tannewt closed 6 years ago
Background on the lint configs is available here: https://github.com/adafruit/cookiecutter-adafruit-circuitpython/pull/6
I will start with MAX7219
I added AdaFruit_CircuitPython_DHT to list and then converted it.
I may have lost changes by ladyada and katni. changed your comment for this issue to added a PRs ready for review category. Also tried to reinstate PRs Complete category.
I as working on Char_LCD and RGB_Display
I am starting on pylint of SD
I am picking up SimpleIO.
i also did wavefrom
I am starting on HID
I'm doing IS31FL3731. I believe its the last one.
There was a lot of work involved with incorporating pylint into the library build process and it is complete. Thanks everyone!
I'm going through and updating the libraries to our new build process and to turn on lint. Here is the process:
.pylintrc
from the cookiecutter repo into the new repo..gitignore
script
section of.travis.yml
to reflect the driver name.pylint --disable=missing-docstring,invalid-name examples/*.py
to pylint all examples and fix all errors.If you are doing the PR then please check the box below before you start! That way no one else will do it at the same time.
Remaining
Pending PRs
These PRs may need testing before they can be merged.
Complete PRs
These PRs complete with testing and releases!