Skip to content

feat: voice mode

feat: voice mode #8235

Triggered via pull request November 15, 2024 19:25
Status Failure
Total duration 30s
Artifacts

style-check-py.yml

on: pull_request
Matrix: Ruff Style Check
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (E501): src/backend/base/langflow/api/v1/voice_mode.py#L24
src/backend/base/langflow/api/v1/voice_mode.py:24:121: E501 Line too long (148 > 120)
Ruff (TRY003): src/backend/base/langflow/api/v1/voice_mode.py#L34
src/backend/base/langflow/api/v1/voice_mode.py:34:19: TRY003 Avoid specifying long messages outside the exception class
Ruff (EM102): src/backend/base/langflow/api/v1/voice_mode.py#L34
src/backend/base/langflow/api/v1/voice_mode.py:34:30: EM102 Exception must not use an f-string literal, assign to variable first
Ruff (BLE001): src/backend/base/langflow/api/v1/voice_mode.py#L95
src/backend/base/langflow/api/v1/voice_mode.py:95:12: BLE001 Do not catch blind exception: `Exception`
Ruff (F841): src/backend/base/langflow/api/v1/voice_mode.py#L117
src/backend/base/langflow/api/v1/voice_mode.py:117:5: F841 Local variable `conversation_id` is assigned to but never used
Ruff (BLE001): src/backend/base/langflow/api/v1/voice_mode.py#L137
src/backend/base/langflow/api/v1/voice_mode.py:137:12: BLE001 Do not catch blind exception: `Exception`
Ruff Style Check (3.12)
Process completed with exit code 1.