Visualizer #401
Draft
Visualizer #401
Annotations
10 errors and 1 warning
|
Test with ruff:
src/model/dmx/dmx_visualizer.py#L43
src/model/dmx/dmx_visualizer.py:43:15: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
help: Replace with `dict.fromkeys(iterable)`)
|
|
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#L130
src/model/broadcaster.py:130:28: W292 No newline at end of file
help: Add trailing newline
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/ruff-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
Loading