Skip to content

refactor: refactor by D #42

refactor: refactor by D

refactor: refactor by D #42

Triggered via push April 15, 2025 23:04
Status Failure
Total duration 8s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (E701): src/plugins/command_processor/plugin.py#L26
src/plugins/command_processor/plugin.py:26:41: E701 Multiple statements on one line (colon)
Ruff (E702): src/plugins/command_processor/plugin.py#L25
src/plugins/command_processor/plugin.py:25:92: E702 Multiple statements on one line (semicolon)
Ruff (E701): src/plugins/command_processor/plugin.py#L25
src/plugins/command_processor/plugin.py:25:35: E701 Multiple statements on one line (colon)
Ruff (E701): src/plugins/command_processor/plugin.py#L24
src/plugins/command_processor/plugin.py:24:72: E701 Multiple statements on one line (colon)
Ruff (E703): src/plugins/command_processor/plugin.py#L23
src/plugins/command_processor/plugin.py:23:32: E703 Statement ends with an unnecessary semicolon
Ruff (E701): src/plugins/command_processor/plugin.py#L20
src/plugins/command_processor/plugin.py:20:40: E701 Multiple statements on one line (colon)
Ruff (F401): src/plugins/command_processor/plugin.py#L8
src/plugins/command_processor/plugin.py:8:31: F401 `typing.Optional` imported but unused
Ruff (F401): src/core/vup_next_core.py#L3
src/core/vup_next_core.py:3:51: F401 `typing.Type` imported but unused
Ruff (B007): src/core/plugin_manager.py#L159
src/core/plugin_manager.py:159:20: B007 Loop control variable `task` not used within loop body
Ruff (B009): src/core/plugin_manager.py#L113
src/core/plugin_manager.py:113:38: B009 Do not call `getattr` with a constant attribute value. It is not any safer than normal property access.
ruff
Could not parse version from /home/runner/work/Amaidesu/Amaidesu/pyproject.toml. Using latest version.