Add APDS9960 module #23
Annotations
10 errors
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 (W291):
APDS9960/APDS9960/Examples/apds9960-colors.py#L5
APDS9960/APDS9960/Examples/apds9960-colors.py:5:27: W291 Trailing whitespace
|
Ruff (E501):
APDS9960/APDS9960/Examples/apds9960-colors.py#L3
APDS9960/APDS9960/Examples/apds9960-colors.py:3:89: E501 Line too long (118 > 88)
|
Ruff (W291):
APDS9960/APDS9960/Examples/apds9960-colors.py#L1
APDS9960/APDS9960/Examples/apds9960-colors.py:1:27: W291 Trailing whitespace
|
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
|