/ CLUE_Light_Painter / .circuitpython.skip
.circuitpython.skip
1 CLUE_Light_Painter/bmp2led.py 14: Unnecessary pass statement (unnecessary-pass) 2 CLUE_Light_Painter/bmp2led.py 392: Unnecessary "else" after "raise" (no-else-raise) 3 CLUE_Light_Painter/bmp2led.py 393: Consider explicitly re-raising using the 'from' keyword (raise-missing-from) 4 CLUE_Light_Painter/bmp2led.py 395: Consider explicitly re-raising using the 'from' keyword (raise-missing-from) 5 CLUE_Light_Painter/bmp2led.py 167: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) 6 CLUE_Light_Painter/code.py 317: Comparison to literal (literal-comparison) 7 CLUE_Light_Painter/code.py 361: Unnecessary "else" after "break" (no-else-break)