More tests and fix few bugs #52
Annotations
9 errors
Ruff (RUF023):
airbrakes/imu/data_processor.py#L18
airbrakes/imu/data_processor.py:18:17: RUF023 `IMUDataProcessor.__slots__` is not sorted
|
Ruff (W291):
airbrakes/servo.py#L13
airbrakes/servo.py:13:89: W291 Trailing whitespace
|
Ruff (I001):
airbrakes/state.py#L3
airbrakes/state.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/conftest.py#L3
tests/conftest.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W292):
tests/conftest.py#L27
tests/conftest.py:27:105: W292 No newline at end of file
|
Ruff (W292):
tests/test_airbrakes.py#L22
tests/test_airbrakes.py:22:44: W292 No newline at end of file
|
Ruff (I001):
tests/test_imu.py#L1
tests/test_imu.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
tests/test_imu.py#L6
tests/test_imu.py:6:8: F401 `pytest` imported but unused
|
build
Process completed with exit code 1.
|