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

15 lines
1.6 KiB
Text

Lobe_Cat_Detector/lobe-cat-detector.py 102: Unnecessary parens after 'if' keyword (superfluous-parens)
Lobe_Cat_Detector/lobe-cat-detector.py 123: Line too long (111/100) (line-too-long)
Lobe_Cat_Detector/lobe-cat-detector.py 136: Unnecessary parens after 'if' keyword (superfluous-parens)
Lobe_Cat_Detector/lobe-cat-detector.py 139: Unnecessary parens after 'if' keyword (superfluous-parens)
Lobe_Cat_Detector/lobe-cat-detector.py 149: Trailing whitespace (trailing-whitespace)
Lobe_Cat_Detector/lobe-cat-detector.py 153: Trailing whitespace (trailing-whitespace)
Lobe_Cat_Detector/lobe-cat-detector.py 84: Using the global statement (global-statement)
Lobe_Cat_Detector/lobe-cat-detector.py 98: Using the global statement (global-statement)
Lobe_Cat_Detector/lobe-cat-detector.py 164: Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
Lobe_Cat_Detector/lobe-cat-detector.py 145: Unused variable 'name' (unused-variable)
Lobe_Cat_Detector/lobe-cat-detector.py 173: Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
Lobe_Cat_Detector/lobe-cat-detector.py 177: Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
Lobe_Cat_Detector/lobe-cat-detector.py 6: standard import "import io" should be placed before "import board" (wrong-import-order)
Lobe_Cat_Detector/lobe-cat-detector.py 9: standard import "import os" should be placed before "import board" (wrong-import-order)
Lobe_Cat_Detector/lobe-cat-detector.py 11: standard import "from datetime import datetime" should be placed before "import board" (wrong-import-order)