adafruit / cookiecutter-adafruit-circuitpython

Cookiecutter template for Adafruit's CircuitPython libraries.
MIT License
22 stars 37 forks source link

Add default lint checks. #6

Closed tannewt closed 6 years ago

tannewt commented 6 years ago

Two example commits that implement changes based on lint are https://github.com/adafruit/Adafruit_CircuitPython_BME280/pull/3 and https://github.com/adafruit/Adafruit_CircuitPython_DotStar/pull/8.

The lint file is pylint's defaults with a few changes:

tannewt commented 6 years ago

@dhalbert Done.