Keep @ content-type guidance system-only and strip legacy leak text #282
Annotations
10 errors and 2 warnings
|
Run Ruff linter:
backend/tests/test_block_generation.py#L3
tests/test_block_generation.py:3:8: F401 `pytest` imported but unused
help: Remove unused import: `pytest`
|
|
Run Ruff linter:
backend/lambda_handler.py#L5598
lambda_handler.py:5598:5: F841 Local variable `auth_user` is assigned to but never used
help: Remove assignment to unused variable `auth_user`
|
|
Run Ruff linter:
backend/lambda_handler.py#L81
lambda_handler.py:81:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/lambda_handler.py#L74
lambda_handler.py:74:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/lambda_handler.py#L72
lambda_handler.py:72:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/lambda_handler.py#L71
lambda_handler.py:71:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/lambda_handler.py#L62
lambda_handler.py:62:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/lambda_handler.py#L61
lambda_handler.py:61:1: E402 Module level import not at top of file
|
|
Run Ruff linter:
backend/agent.py#L19
agent.py:19:5: F401 `llm_client.openai_chat_stream` imported but unused
help: Remove unused import
|
|
Run Ruff linter:
backend/agent.py#L18
agent.py:18:5: F401 `llm_client.openai_chat` imported but unused
help: Remove unused import
|
|
Check for common issues
Found print statements - consider using logging instead
|
|
Run Ruff formatter check
Code formatting issues detected
|
background
wait
wait-all
cancel
Loading