refactor: 修改热键的数目,添加提示词的限制条件 #40
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 (F811):
src/sensor/sensor.py#L8
src/sensor/sensor.py:8:24: F811 Redefinition of unused `synapse` from line 3
|
|
Ruff (F401):
src/sensor/sensor.py#L3
src/sensor/sensor.py:3:38: F401 `..neuro.synapse.synapse` imported but unused
|
|
Ruff (F401):
src/sensor/sensor.py#L2
src/sensor/sensor.py:2:8: F401 `asyncio` imported but unused
|
|
Ruff (F401):
src/actuator/subtitle_actuator.py#L4
src/actuator/subtitle_actuator.py:4:41: F401 `typing.List` imported but unused
|
|
Ruff (F401):
src/actuator/subtitle_actuator.py#L4
src/actuator/subtitle_actuator.py:4:36: F401 `typing.Any` imported but unused
|
|
Ruff (F401):
src/actuator/subtitle_actuator.py#L4
src/actuator/subtitle_actuator.py:4:30: F401 `typing.Dict` imported but unused
|
|
Ruff (F401):
src/actuator/subtitle_actuator.py#L4
src/actuator/subtitle_actuator.py:4:20: F401 `typing.Optional` imported but unused
|
|
Ruff (F401):
src/actuator/subtitle_actuator.py#L3
src/actuator/subtitle_actuator.py:3:8: F401 `time` imported but unused
|
|
Ruff (F401):
main.py#L5
main.py:5:8: F401 `signal` imported but unused
|
|
Ruff (F401):
main.py#L4
main.py:4:8: F401 `sys` imported but unused
|
|
ruff
Could not parse version from /home/runner/work/MaiBot-Vtuber/MaiBot-Vtuber/pyproject.toml. Using latest version.
|