TradingAgents/cli
Alex Korbonits b30e3f14a7 ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow
- Add [tool.ruff] config to pyproject.toml (E/F/I rules, 120-char limit,
  per-file ignores for __init__.py)
- Add .pre-commit-config.yaml with ruff lint + format hooks
- Add .github/workflows/lint.yml triggering on PRs and pushes to main
- Auto-fix 90 violations (unsorted imports, unused imports, f-strings)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 14:04:26 -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 ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -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 ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00