Each skip file has been populated with the pylint errors I actually got locally when checking the file.
3 lines
345 B
Text
3 lines
345 B
Text
Mask_Efficacy/take_video.py 1: Unused import time (unused-import)
|
|
Mask_Efficacy/process_run.py 48: Line too long (117/100) (line-too-long)
|
|
Mask_Efficacy/process_run.py 23: Comparison 'frame_bin == True' should be 'frame_bin is True' if checking for the singleton value True, or 'bool(frame_bin)' if testing for truthiness (singleton-comparison)
|