Why this change is needed: The CI lint-and-format check is failing due to a line length violation in test_workspace_lock_bugfixes.py line 73. The assert statement exceeds the maximum line length enforced by ruff formatter. How it solves it: Split the long assert statement into multiple lines following Python's continuation syntax, making it compliant with ruff's line length rules. Impact: - CI lint-and-format check will now pass - Code readability is improved with proper line breaks - No functional changes to test logic Testing: Verified with: uv run pre-commit run --files tests/test_workspace_lock_bugfixes.py Result: All checks passed (ruff-format, ruff linting) |
||
|---|---|---|
| .. | ||
| test_aquery_data_endpoint.py | ||
| test_curl_aquery_data.sh | ||
| test_finalization_cleanup.py | ||
| test_graph_storage.py | ||
| test_lightrag_ollama_chat.py | ||
| test_postgres_retry_integration.py | ||
| test_workspace_lock_bugfixes.py | ||
| test_workspace_locks.py | ||