Adafruit_Learning_System_Gu.../TrelliBird/.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
393 B
Text

TrelliBird/post.py 20: Class 'Post' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
TrelliBird/bird.py 20: Class 'Bird' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
TrelliBird/game.py 26: Class 'Game' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)