Add Ultrasonic sensor module #34
Annotations
10 errors
Ruff (T201):
APDS9960/APDS9960/Examples/apds9960-colors.py#L21
APDS9960/APDS9960/Examples/apds9960-colors.py:21:1: T201 `print` found
|
Ruff (F405):
APDS9960/APDS9960/Examples/apds9960-colors.py#L19
APDS9960/APDS9960/Examples/apds9960-colors.py:19:8: F405 `APDS9960` may be undefined, or defined from star imports
|
Ruff (ERA001):
APDS9960/APDS9960/Examples/apds9960-colors.py#L16
APDS9960/APDS9960/Examples/apds9960-colors.py:16:1: ERA001 Found commented-out code
|
Ruff (ERA001):
APDS9960/APDS9960/Examples/apds9960-colors.py#L15
APDS9960/APDS9960/Examples/apds9960-colors.py:15:1: ERA001 Found commented-out code
|
Ruff (F403):
APDS9960/APDS9960/Examples/apds9960-colors.py#L12
APDS9960/APDS9960/Examples/apds9960-colors.py:12:1: F403 `from apds9960 import *` used; unable to detect undefined names
|
Ruff (I001):
APDS9960/APDS9960/Examples/apds9960-colors.py#L7
APDS9960/APDS9960/Examples/apds9960-colors.py:7:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
APDS9960/APDS9960/Examples/apds9960-colors.py#L3
APDS9960/APDS9960/Examples/apds9960-colors.py:3:89: E501 Line too long (118 > 88)
|
Ruff (D100):
APDS9960/APDS9960/Examples/apds9960-colors.py#L1
APDS9960/APDS9960/Examples/apds9960-colors.py:1:1: D100 Missing docstring in public module
|
Ruff (INP001):
APDS9960/APDS9960/Examples/apds9960-colors.py#L1
APDS9960/APDS9960/Examples/apds9960-colors.py:1:1: INP001 File `APDS9960/APDS9960/Examples/apds9960-colors.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (ERA001):
APDS9960/APDS9960/Examples/apds9960-colors.py#L1
APDS9960/APDS9960/Examples/apds9960-colors.py:1:1: ERA001 Found commented-out code
|