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