Closed tannewt closed 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:
import-error
r
g
b
n
@dhalbert Done.
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:
import-error
turned off because CircuitPython built-ins trigger itr
,g
,b
andn
are whitelisted single character variable names.