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

7 lines
698 B
Text

PyPortal_Electioncal_US/electioncal_graphics.py 73: Line too long (120/100) (line-too-long)
PyPortal_Electioncal_US/electioncal_graphics.py 75: Line too long (108/100) (line-too-long)
PyPortal_Electioncal_US/electioncal_graphics.py 86: Line too long (141/100) (line-too-long)
PyPortal_Electioncal_US/electioncal_graphics.py 107: Unused variable 'time_str' (unused-variable)
PyPortal_Electioncal_US/electioncal_graphics.py 111: Method could be a function (no-self-use)
PyPortal_Electioncal_US/electioncal_graphics.py 72: Attribute 'electioncal' defined outside __init__ (attribute-defined-outside-init)
PyPortal_Electioncal_US/electioncal.py 11: Unused secrets imported from secrets (unused-import)