Skip to content

feat: update

feat: update #16

Triggered via push April 10, 2025 12:29
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F821): scripts/tpcal.py#L60
scripts/tpcal.py:60:24: F821 Undefined name `const`
Ruff (F821): scripts/tpcal.py#L59
scripts/tpcal.py:59:20: F821 Undefined name `const`
Ruff (F821): scripts/tpcal.py#L57
scripts/tpcal.py:57:20: F821 Undefined name `const`
Ruff (F821): scripts/tpcal.py#L56
scripts/tpcal.py:56:21: F821 Undefined name `const`
Ruff (F821): scripts/tpcal.py#L55
scripts/tpcal.py:55:19: F821 Undefined name `const`
Ruff (F402): scripts/test/wifi_scan.py#L19
scripts/test/wifi_scan.py:19:9: F402 Import `network` from line 1 shadowed by loop variable
Ruff (E701): scripts/lvgl_demo.py#L191
scripts/lvgl_demo.py:191:43: 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 (E701): scripts/evdev.py#L73
scripts/evdev.py:73:23: E701 Multiple statements on one line (colon)
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