Skip to content

all: remove u-module naming where possible #379

all: remove u-module naming where possible

all: remove u-module naming where possible #379

Triggered via pull request June 12, 2024 04:46
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Ruff (F841): micropython/bluetooth/aioble/multitests/ble_write_order.py#L47
micropython/bluetooth/aioble/multitests/ble_write_order.py:47:5: F841 Local variable `task_second` is assigned to but never used
Ruff (F841): micropython/bluetooth/aioble/multitests/ble_write_order.py#L48
micropython/bluetooth/aioble/multitests/ble_write_order.py:48:5: F841 Local variable `task_first` is assigned to but never used
Ruff (F841): micropython/bluetooth/aioble/multitests/ble_write_order.py#L52
micropython/bluetooth/aioble/multitests/ble_write_order.py:52:5: F841 Local variable `task_dummy` is assigned to but never used
Ruff (F823): micropython/bluetooth/aioble/multitests/ble_write_order.py#L52
micropython/bluetooth/aioble/multitests/ble_write_order.py:52:38: F823 Local variable `task_dummy` referenced before assignment
ruff
Process completed with exit code 1.