feat: update #16
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
|