feat(chat): add parent_id to messages for tree navigation #648
Annotations
6 errors
|
Run Checks
Process completed with exit code 1.
|
|
Ruff (E501):
tests/integration/chat/api/test_message_service.py#L337
tests/integration/chat/api/test_message_service.py:337:89: E501 Line too long (95 > 88)
|
|
Ruff (E501):
tests/integration/chat/api/test_message_service.py#L313
tests/integration/chat/api/test_message_service.py:313:89: E501 Line too long (94 > 88)
|
|
Ruff (E501):
tests/integration/chat/api/test_message_service.py#L292
tests/integration/chat/api/test_message_service.py:292:89: E501 Line too long (90 > 88)
|
|
Ruff (PERF402):
tests/integration/chat/api/test_message_service.py#L252
tests/integration/chat/api/test_message_service.py:252:13: PERF402 Use `list` or `list.copy` to create a copy of a list
|
|
Ruff (PERF402):
tests/integration/chat/api/test_message_service.py#L229
tests/integration/chat/api/test_message_service.py:229:13: PERF402 Use `list` or `list.copy` to create a copy of a list
|