TradingAgents/tradingagents
Alex Korbonits d751fa3d4b fix: narrow E501 ignores and add ruff/pytest dev dependencies
- Replace broad tradingagents/**/*.py E501 ignore with targeted
  per-file ignores for agent files (LLM prompts), alpha_vantage_indicator,
  y_finance (description strings), and reflection (prompt constant)
- Fix the two genuine logic-code E501 violations: break long log message
  in stockstats_utils.py and ternary in yfinance_news.py
- Correct pytest version bound to >=8.3.0 (stable floor)
- Add ruff>=0.9.0 as dev dependency for local linter execution

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 22:56:46 -07:00
..
agents fix: restore facade imports and address PR review feedback 2026-04-12 20:47:47 -07:00
dataflows fix: narrow E501 ignores and add ruff/pytest dev dependencies 2026-04-12 22:56:46 -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