drivers/sensor/mcp9808: Add MCP9808 temperature sensor driver. #546
Annotations
7 errors and 1 warning
Ruff (E713):
micropython/drivers/sensor/mcp9808/mcp9808.py#L617
micropython/drivers/sensor/mcp9808/mcp9808.py:617:16: E713 Test for membership should be `not in`
|
Ruff (W291):
micropython/drivers/sensor/mcp9808/test_mcp9808.py#L33
micropython/drivers/sensor/mcp9808/test_mcp9808.py:33:96: W291 Trailing whitespace
|
Ruff (W291):
micropython/drivers/sensor/mcp9808/test_mcp9808.py#L41
micropython/drivers/sensor/mcp9808/test_mcp9808.py:41:19: W291 Trailing whitespace
|
Ruff (W291):
micropython/drivers/sensor/mcp9808/test_mcp9808.py#L42
micropython/drivers/sensor/mcp9808/test_mcp9808.py:42:99: W291 Trailing whitespace
|
Ruff (W291):
micropython/drivers/sensor/mcp9808/test_mcp9808.py#L44
micropython/drivers/sensor/mcp9808/test_mcp9808.py:44:97: W291 Trailing whitespace
|
Ruff (W291):
micropython/drivers/sensor/mcp9808/test_mcp9808.py#L49
micropython/drivers/sensor/mcp9808/test_mcp9808.py:49:98: W291 Trailing whitespace
|
ruff
Process completed with exit code 1.
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|