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