Skip to content

Add QST QMI8658 IMU driver #4

Add QST QMI8658 IMU driver

Add QST QMI8658 IMU driver #4

Triggered via push July 10, 2024 06:47
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F821): micropython/drivers/imu/qmi8658/qmi8658.py#L11
micropython/drivers/imu/qmi8658/qmi8658.py:11:12: F821 Undefined name `const`
Ruff (F821): micropython/drivers/imu/qmi8658/qmi8658.py#L12
micropython/drivers/imu/qmi8658/qmi8658.py:12:15: F821 Undefined name `const`
Ruff (F821): micropython/drivers/imu/qmi8658/qmi8658.py#L13
micropython/drivers/imu/qmi8658/qmi8658.py:13:9: F821 Undefined name `const`
Ruff (F821): micropython/drivers/imu/qmi8658/qmi8658.py#L14
micropython/drivers/imu/qmi8658/qmi8658.py:14:9: F821 Undefined name `const`
Ruff (F821): micropython/drivers/imu/qmi8658/qmi8658.py#L15
micropython/drivers/imu/qmi8658/qmi8658.py:15:9: F821 Undefined name `const`
Ruff (F821): micropython/drivers/imu/qmi8658/qmi8658.py#L16
micropython/drivers/imu/qmi8658/qmi8658.py:16:9: F821 Undefined name `const`
Ruff (F821): micropython/drivers/imu/qmi8658/qmi8658.py#L17
micropython/drivers/imu/qmi8658/qmi8658.py:17:9: F821 Undefined name `const`
Ruff (F821): micropython/drivers/imu/qmi8658/qmi8658.py#L18
micropython/drivers/imu/qmi8658/qmi8658.py:18:9: F821 Undefined name `const`
Ruff (F821): micropython/drivers/imu/qmi8658/qmi8658.py#L19
micropython/drivers/imu/qmi8658/qmi8658.py:19:9: F821 Undefined name `const`
Ruff (RUF003): micropython/drivers/imu/qmi8658/qmi8658.py#L19
micropython/drivers/imu/qmi8658/qmi8658.py:19:33: RUF003 Comment contains ambiguous `–` (EN DASH). Did you mean `-` (HYPHEN-MINUS)?