feat: Improve data handling and text formatting (loop fix) #13574
Annotations
6 errors
Ruff (RUF100):
src/backend/base/langflow/base/io/__init__.py#L1
src/backend/base/langflow/base/io/__init__.py:1:1: RUF100 Unused `noqa` directive (non-enabled: `A005`)
|
Ruff (RUF100):
src/backend/base/langflow/io/__init__.py#L1
src/backend/base/langflow/io/__init__.py:1:1: RUF100 Unused `noqa` directive (non-enabled: `A005`)
|
Ruff (RUF100):
src/backend/base/langflow/logging/__init__.py#L1
src/backend/base/langflow/logging/__init__.py:1:1: RUF100 Unused `noqa` directive (non-enabled: `A005`)
|
Ruff (RUF100):
src/backend/base/langflow/services/socket/__init__.py#L1
src/backend/base/langflow/services/socket/__init__.py:1:1: RUF100 Unused `noqa` directive (non-enabled: `A005`)
|
Ruff (I001):
src/backend/tests/unit/helpers/test_data_to_text_list.py#L1
src/backend/tests/unit/helpers/test_data_to_text_list.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff Style Check (3.13)
Process completed with exit code 1.
|