/ Light_Paintstick_HalloWing / .circuitpython.skip
.circuitpython.skip
 1  Light_Paintstick_HalloWing/light_paintstick_hallowing.py 61: Unnecessary pass statement (unnecessary-pass)
 2  Light_Paintstick_HalloWing/light_paintstick_hallowing.py 135: Unnecessary "else" after "raise" (no-else-raise)
 3  Light_Paintstick_HalloWing/light_paintstick_hallowing.py 136: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
 4  Light_Paintstick_HalloWing/light_paintstick_hallowing.py 138: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
 5  Light_Paintstick_HalloWing/light_paintstick_hallowing.py 63: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
 6  Light_Paintstick_HalloWing/light_paintstick_cpx.py 87: Unnecessary pass statement (unnecessary-pass)
 7  Light_Paintstick_HalloWing/light_paintstick_cpx.py 161: Unnecessary "else" after "raise" (no-else-raise)
 8  Light_Paintstick_HalloWing/light_paintstick_cpx.py 162: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
 9  Light_Paintstick_HalloWing/light_paintstick_cpx.py 164: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
10  Light_Paintstick_HalloWing/light_paintstick_cpx.py 89: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)