protocol/fastboot: Automatically discover availability of oem commands #269
Annotations
7 errors
|
Code Quality
Process completed with exit code 1.
|
|
Ruff (F841):
tests/protocols_fastboot.py#L107
tests/protocols_fastboot.py:107:5: F841 Local variable `result` is assigned to but never used
|
|
Ruff (F811):
tests/protocols_fastboot.py#L93
tests/protocols_fastboot.py:93:6: F811 Redefinition of unused `test_cmd_fail` from line 81: `test_cmd_fail` redefined here
|
|
Ruff (F811):
tests/protocols_fastboot.py#L87
tests/protocols_fastboot.py:87:6: F811 Redefinition of unused `test_cmd_okay` from line 75: `test_cmd_okay` redefined here
|
|
Ruff (F541):
tests/protocols_fastboot.py#L52
tests/protocols_fastboot.py:52:28: F541 f-string without any placeholders
|
|
Ruff (F401):
tests/protocols_fastboot.py#L2
tests/protocols_fastboot.py:2:27: F401 `unittest.mock.ANY` imported but unused
|
|
Ruff (F541):
src/snagrecover/protocols/fastboot.py#L43
src/snagrecover/protocols/fastboot.py:43:29: F541 f-string without any placeholders
|