fix: 修复测试模式中的平台问题 #20
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|