Skip to content

Folder restructure

Folder restructure #5

Triggered via push June 3, 2025 05:42
Status Success
Total duration 12s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (T201): BME280/BME280/Examples/bme280-allValues.py#L26
BME280/BME280/Examples/bme280-allValues.py:26:5: T201 `print` found
Ruff (UP032): BME280/BME280/Examples/bme280-allValues.py#L25
BME280/BME280/Examples/bme280-allValues.py:25:11: UP032 Use f-string instead of `format` call
Ruff (T201): BME280/BME280/Examples/bme280-allValues.py#L25
BME280/BME280/Examples/bme280-allValues.py:25:5: T201 `print` found
Ruff (UP032): BME280/BME280/Examples/bme280-allValues.py#L24
BME280/BME280/Examples/bme280-allValues.py:24:11: UP032 Use f-string instead of `format` call
Ruff (T201): BME280/BME280/Examples/bme280-allValues.py#L24
BME280/BME280/Examples/bme280-allValues.py:24:5: T201 `print` found
Ruff (E501): BME280/BME280/Examples/bme280-allValues.py#L18
BME280/BME280/Examples/bme280-allValues.py:18:89: E501 Line too long (100 > 88)
Ruff (I001): BME280/BME280/Examples/bme280-allValues.py#L6
BME280/BME280/Examples/bme280-allValues.py:6:1: I001 Import block is un-sorted or un-formatted
Ruff (D100): BME280/BME280/Examples/bme280-allValues.py#L1
BME280/BME280/Examples/bme280-allValues.py:1:1: D100 Missing docstring in public module
Ruff (INP001): BME280/BME280/Examples/bme280-allValues.py#L1
BME280/BME280/Examples/bme280-allValues.py:1:1: INP001 File `BME280/BME280/Examples/bme280-allValues.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (ERA001): BME280/BME280/Examples/bme280-allValues.py#L1
BME280/BME280/Examples/bme280-allValues.py:1:1: ERA001 Found commented-out code