TradingAgents/tradingagents/dataflows
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
..
__init__.py WIP 2025-09-26 16:17:50 +08:00
alpha_vantage.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
alpha_vantage_common.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
alpha_vantage_fundamentals.py fix: prevent look-ahead bias in backtesting data fetchers (#475) 2026-03-29 17:34:35 +00:00
alpha_vantage_indicator.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
alpha_vantage_news.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
alpha_vantage_stock.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
config.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
interface.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
stockstats_utils.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
y_finance.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00
yfinance_news.py ci: add Ruff config, pre-commit hooks, and GitHub Actions lint workflow 2026-04-12 14:04:26 -07:00