Each skip file has been populated with the pylint errors I actually got locally when checking the file.
3 lines
303 B
Text
3 lines
303 B
Text
PyPortal_Alarm_Clock/code.py 137: Class 'State' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
|
|
PyPortal_Alarm_Clock/code.py 152: Unnecessary pass statement (unnecessary-pass)
|
|
PyPortal_Alarm_Clock/code.py 164: Unnecessary pass statement (unnecessary-pass)
|