- Reorganise cli/main.py imports: move load_dotenv() after all imports so isort can sort cleanly; removes need for global E402 ignore - Remove dead graph.process_signal() call (discarded LLM result) - Drop E501 and E402 from global ruff ignore; fix resulting violations in cli/main.py and cli/utils.py; add per-file E501 ignore for tradingagents/** where LLM system prompt strings are intentionally long - Remove # noqa: I001 from alpha_vantage.py; let isort sort alphabetically Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agents | ||
| dataflows | ||
| graph | ||
| llm_clients | ||
| __init__.py | ||
| default_config.py | ||