Adafruit_Learning_System_Gu.../PyPortal_Smart_Switch/.circuitpython.skip
Jeff Epler a426be25e1 Add 141 skip files
Each skip file has been populated with the pylint errors I actually got locally
when checking the file.
2021-08-11 14:02:31 -05:00

4 lines
510 B
Text

PyPortal_Smart_Switch/code.py 44: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
PyPortal_Smart_Switch/code.py 69: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
PyPortal_Smart_Switch/code.py 88: Class 'Switch' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
PyPortal_Smart_Switch/code.py 125: Class 'Clock' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)