Each skip file has been populated with the pylint errors I actually got locally when checking the file.
6 lines
603 B
Text
6 lines
603 B
Text
Sunflower_Mobile/code.py 20: Unused Pull imported from digitalio (unused-import)
|
|
Sunflower_Mobile/code.py 29: Unused PixelMap imported from adafruit_led_animation.helper (unused-import)
|
|
Sunflower_Mobile/code.py 37: Unused Comet imported from adafruit_led_animation.animation.comet (unused-import)
|
|
Sunflower_Mobile/code.py 39: Unused colorwheel imported from adafruit_led_animation.color (unused-import)
|
|
Sunflower_Mobile/code.py 40: Unused RED imported from adafruit_led_animation.color (unused-import)
|
|
Sunflower_Mobile/code.py 40: Unused WHITE imported from adafruit_led_animation.color (unused-import)
|