Coal26 Fixes - #414
Draft
Doralitze wants to merge 98 commits into
Draft
Annotations
10 errors and 1 warning
|
Test with ruff:
src/model/dmx/dmx_visualizer.py#L41
src/model/dmx/dmx_visualizer.py:41:46: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
Test with ruff:
src/model/dmx/dmx_visualizer.py#L41
src/model/dmx/dmx_visualizer.py:41:32: UP006 Use `list` instead of `List` for type annotation
help: Replace with `list`
|
|
Test with ruff:
src/model/dmx/dmx_visualizer.py#L40
src/model/dmx/dmx_visualizer.py:40:40: UP006 Use `list` instead of `List` for type annotation
help: Replace with `list`
|
|
Test with ruff:
src/model/dmx/dmx_visualizer.py#L37
src/model/dmx/dmx_visualizer.py:37:12: PLC0207 String is split more times than necessary
help: Pass `maxsplit=1` into `str.split()`
|
|
Test with ruff:
src/model/dmx/dmx_visualizer.py#L19
src/model/dmx/dmx_visualizer.py:19:28: LOG002 Use `__name__` with `logging.getLogger()`
help: Replace with `__name__`
|
|
Test with ruff:
src/model/dmx/dmx_visualizer.py#L12
src/model/dmx/dmx_visualizer.py:12:1: UP035 `typing.List` is deprecated, use `list` instead
|
|
Test with ruff:
src/model/dmx/dmx_visualizer.py#L12
src/model/dmx/dmx_visualizer.py:12:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
Test with ruff:
src/model/dmx/dmx_visualizer.py#L11
src/model/dmx/dmx_visualizer.py:11:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Test with ruff:
src/model/broadcaster.py#L131
src/model/broadcaster.py:131:28: W292 No newline at end of file
help: Add trailing newline
|
|
Test with ruff:
src/controller/cli/remote_control_port.py#L149
src/controller/cli/remote_control_port.py:149:31: UP012 Unnecessary call to `encode` as UTF-8
help: Rewrite as bytes literal
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading