Skip to content

Handle NaN values when persisting message JSON #307

Handle NaN values when persisting message JSON

Handle NaN values when persisting message JSON #307

Triggered via pull request January 4, 2026 07:51
Status Failure
Total duration 1m 20s
Artifacts

style-check-py.yml

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

Annotations

10 errors
Ruff (S101): src/backend/base/langflow/tests/services/database/models/transactions/test_model.py#L27
src/backend/base/langflow/tests/services/database/models/transactions/test_model.py:27:5: S101 Use of `assert` detected
Ruff (S101): src/backend/base/langflow/tests/services/database/models/transactions/test_model.py#L26
src/backend/base/langflow/tests/services/database/models/transactions/test_model.py:26:5: S101 Use of `assert` detected
Ruff (D202): src/backend/base/langflow/services/database/organisation.py#L283
src/backend/base/langflow/services/database/organisation.py:283:9: D202 No blank lines allowed after function docstring (found 1)
Ruff (I001): src/backend/base/langflow/services/database/organisation.py#L1
src/backend/base/langflow/services/database/organisation.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): src/backend/base/langflow/services/auth/clerk_utils.py#L1
src/backend/base/langflow/services/auth/clerk_utils.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (BLE001): src/backend/base/langflow/api/v1/mcp_projects.py#L1320
src/backend/base/langflow/api/v1/mcp_projects.py:1320:12: BLE001 Do not catch blind exception: `Exception`
Ruff (F811): src/backend/base/langflow/api/v1/mcp_projects.py#L1099
src/backend/base/langflow/api/v1/mcp_projects.py:1099:5: F811 Redefinition of unused `remove_server_by_sse_url` from line 958
Ruff (F811): src/backend/base/langflow/api/v1/mcp_projects.py#L1035
src/backend/base/langflow/api/v1/mcp_projects.py:1035:11: F811 Redefinition of unused `get_config_path` from line 894
Ruff (F811): src/backend/base/langflow/api/v1/mcp_projects.py#L1022
src/backend/base/langflow/api/v1/mcp_projects.py:1022:11: F811 Redefinition of unused `get_composer_sse_url` from line 881
Ruff (F811): src/backend/base/langflow/api/v1/mcp_projects.py#L1010
src/backend/base/langflow/api/v1/mcp_projects.py:1010:5: F811 Redefinition of unused `config_contains_sse_url` from line 869