Skip to content

feat(scripts): support lvgl running on the unix #9

feat(scripts): support lvgl running on the unix

feat(scripts): support lvgl running on the unix #9

Triggered via push November 12, 2024 03:08
Status Failure
Total duration 18s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F841): scripts/display_driver_utils.py#L103
scripts/display_driver_utils.py:103:13: F841 Local variable `tft` is assigned to but never used
Ruff (E701): scripts/evdev.py#L73
scripts/evdev.py:73:23: E701 Multiple statements on one line (colon)
Ruff (F841): scripts/lv_timer.py#L21
scripts/lv_timer.py:21:19: F841 Local variable `e` is assigned to but never used
Ruff (F821): scripts/tpcal.py#L55
scripts/tpcal.py:55:19: F821 Undefined name `const`
Ruff (F821): scripts/tpcal.py#L56
scripts/tpcal.py:56:21: F821 Undefined name `const`
Ruff (F821): scripts/tpcal.py#L57
scripts/tpcal.py:57:20: F821 Undefined name `const`
Ruff (F821): scripts/tpcal.py#L59
scripts/tpcal.py:59:20: F821 Undefined name `const`
Ruff (F821): scripts/tpcal.py#L60
scripts/tpcal.py:60:24: F821 Undefined name `const`
Ruff (F821): scripts/tpcal.py#L74
scripts/tpcal.py:74:27: F821 Undefined name `TP_MAX_VALUE`
Ruff (F821): scripts/tpcal.py#L74
scripts/tpcal.py:74:41: F821 Undefined name `TP_MAX_VALUE`