add new port quectel #3
Annotations
10 errors
|
Ruff (E711):
ports/quectel/modules/dataCall.py#L127
ports/quectel/modules/dataCall.py:127:21: E711 Comparison to `None` should be `cond is not None`
|
|
Ruff (F841):
ports/quectel/modules/checksum.py#L110
ports/quectel/modules/checksum.py:110:25: F841 Local variable `e` is assigned to but never used
|
|
Ruff (F841):
ports/quectel/modules/app_fota_updater.py#L87
ports/quectel/modules/app_fota_updater.py:87:29: F841 Local variable `e` is assigned to but never used
|
|
Ruff (F841):
ports/quectel/modules/app_fota_updater.py#L45
ports/quectel/modules/app_fota_updater.py:45:25: F841 Local variable `e` is assigned to but never used
|
|
Ruff (F841):
ports/quectel/modules/app_fota_mount.py#L36
ports/quectel/modules/app_fota_mount.py:36:29: F841 Local variable `e` is assigned to but never used
|
|
Ruff (PLC1802):
ports/quectel/modules/app_fota_download.py#L203
ports/quectel/modules/app_fota_download.py:203:8: PLC1802 `len(fail_result)` used as condition without comparison
|
|
Ruff (F841):
ports/quectel/modules/app_fota_download.py#L157
ports/quectel/modules/app_fota_download.py:157:9: F841 Local variable `need_refresh_stat_again` is assigned to but never used
|
|
Ruff (F841):
ports/quectel/modules/app_fota_download.py#L58
ports/quectel/modules/app_fota_download.py:58:25: F841 Local variable `e` is assigned to but never used
|
|
Ruff (F523):
ports/quectel/modules/_boot.py#L133
ports/quectel/modules/_boot.py:133:30: F523 `.format` call has unused arguments at position(s): 0
|
|
Ruff (F523):
ports/quectel/modules/_boot.py#L123
ports/quectel/modules/_boot.py:123:30: F523 `.format` call has unused arguments at position(s): 0
|