Skip to content

fix: 修复传递的平台为None的问题 #19

fix: 修复传递的平台为None的问题

fix: 修复传递的平台为None的问题 #19

Triggered via push April 12, 2025 23:37
Status Failure
Total duration 46s
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 (F841): src/neural_plasticity/plugin_loader.py#L501
src/neural_plasticity/plugin_loader.py:501:13: F841 Local variable `signal_type` is assigned to but never used
Ruff (F841): src/genetics/genetic_expression.py#L408
src/genetics/genetic_expression.py:408:13: F841 Local variable `old_config` is assigned to but never used
Ruff (B007): src/genetics/genetic_expression.py#L234
src/genetics/genetic_expression.py:234:13: B007 Loop control variable `i` not used within loop body
Ruff (E722): src/core/neural_injector.py#L272
src/core/neural_injector.py:272:17: E722 Do not use bare `except`
Ruff (F841): src/core/brain_context.py#L131
src/core/brain_context.py:131:9: F841 Local variable `immune_system` is assigned to but never used
Ruff (E731): src/cerebellum/neural_trace.py#L331
src/cerebellum/neural_trace.py:331:17: E731 Do not assign a `lambda` expression, use a `def`
Ruff (B904): src/cerebellum/immune_system.py#L667
src/cerebellum/immune_system.py:667:25: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
Ruff (B904): src/cerebellum/immune_system.py#L626
src/cerebellum/immune_system.py:626:25: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
Ruff (F841): legacy_src/src/utils/subtitle.py#L160
legacy_src/src/utils/subtitle.py:160:9: F841 Local variable `current_text` is assigned to but never used
Ruff (B027): legacy_src/src/sensor/sensor.py#L27
legacy_src/src/sensor/sensor.py:27:5: B027 `Sensor.add_input_to_subtitle` is an empty method in an abstract base class, but has no abstract decorator
ruff
Could not parse version from /home/runner/work/MaiBot-Vtuber/MaiBot-Vtuber/pyproject.toml. Using latest version.