Cl 1679 release 2025 09 rpa crud workflow executions #441
Annotations
9 errors
|
Run Checks
Process completed with exit code 1.
|
|
Ruff (E501):
tests/unit/test_execution_status_transitions.py#L142
tests/unit/test_execution_status_transitions.py:142:89: E501 Line too long (96 > 88)
|
|
Ruff (E501):
tests/unit/test_execution_status_transitions.py#L34
tests/unit/test_execution_status_transitions.py:34:89: E501 Line too long (89 > 88)
|
|
Ruff (E501):
tests/integration/chat/api/test_executions_service.py#L429
tests/integration/chat/api/test_executions_service.py:429:89: E501 Line too long (90 > 88)
|
|
Ruff (A001):
tests/integration/chat/api/test_executions_service.py#L242
tests/integration/chat/api/test_executions_service.py:242:17: A001 Variable `exec` is shadowing a Python builtin
|
|
Ruff (A001):
tests/integration/chat/api/test_executions_service.py#L229
tests/integration/chat/api/test_executions_service.py:229:60: A001 Variable `exec` is shadowing a Python builtin
|
|
Ruff (A001):
tests/integration/chat/api/test_executions_service.py#L219
tests/integration/chat/api/test_executions_service.py:219:57: A001 Variable `exec` is shadowing a Python builtin
|
|
Ruff (E501):
tests/integration/chat/api/test_executions_router.py#L287
tests/integration/chat/api/test_executions_router.py:287:89: E501 Line too long (90 > 88)
|
|
Ruff (E501):
tests/integration/chat/api/test_executions_router.py#L1
tests/integration/chat/api/test_executions_router.py:1:89: E501 Line too long (89 > 88)
|