TradingAgents/tradingagents
Alex Korbonits f0d7e6824f fix: address Gemini re-review feedback
- 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>
2026-04-12 22:28:18 -07:00
..
agents fix: restore facade imports and address PR review feedback 2026-04-12 20:47:47 -07:00
dataflows fix: address Gemini re-review feedback 2026-04-12 22:28:18 -07:00
graph fix: restore facade imports and address PR review feedback 2026-04-12 20:47:47 -07:00
llm_clients ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
__init__.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
default_config.py chore: update model lists and defaults to GPT-5.4 family 2026-03-29 19:45:36 +00:00