adafruit / Adafruit_CircuitPython_BH1750

CircuitPython library for use with the Adafruit BH1750 Ambient Light Sensor Breakout
MIT License
5 stars 3 forks source link

pylintrc ignore imports. remove unused pylint disable statement. #1

Closed FoamyGuy closed 3 years ago

FoamyGuy commented 3 years ago

When I ran locally pylint failed for the disable directive that I removed. Poking around a bit it appears that check was removed from pylint all together in favor of Black and other formatters.