Adafruit_Learning_System_Gu.../Mask_Efficacy/.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

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)