webrepl: Changes for more webrepl features while making it smaller. #490
Annotations
6 errors
Run ruff check --output-format=github .:
micropython/net/webrepl/legacy_file_transfer.py#L33
micropython/net/webrepl/legacy_file_transfer.py:33:50: E703 Statement ends with an unnecessary semicolon
|
Run ruff check --output-format=github .:
micropython/net/webrepl/webrepl.py#L16
micropython/net/webrepl/webrepl.py:16:24: F821 Undefined name `const`
|
Run ruff check --output-format=github .:
micropython/net/webrepl/webrepl.py#L17
micropython/net/webrepl/webrepl.py:17:19: F821 Undefined name `const`
|
Run ruff check --output-format=github .:
micropython/net/webrepl/webrepl.py#L21
micropython/net/webrepl/webrepl.py:21:10: F821 Undefined name `LegacyFileTransfer`
|
Run ruff check --output-format=github .:
micropython/net/webrepl/webrepl.py#L34
micropython/net/webrepl/webrepl.py:34:45: E703 Statement ends with an unnecessary semicolon
|
Run ruff check --output-format=github .
Process completed with exit code 1.
|
Loading