adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
131 stars 52 forks source link

Ran black, updated to pylint 2.x #73

Closed evaherrada closed 4 years ago

evaherrada commented 4 years ago

I disabled consider-using-sys-exit for one line since that would require importing sys and would thus waste resources. I also disabled no-member for a line because pylint's weird like that.