TradingAgents/cli
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
..
static chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
announcements.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
config.py feat: add announcements panel fetching from api.tauric.ai/v1/announcements 2026-02-03 22:27:20 +00:00
main.py fix: address Gemini re-review feedback 2026-04-12 22:28:18 -07:00
models.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
stats_handler.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
utils.py fix: address Gemini re-review feedback 2026-04-12 22:28:18 -07:00