TradingAgents/tests
Joseph O'Brien c39f9aab36 Add pre-commit hooks and ruff code quality configuration
- Add .pre-commit-config.yaml with trailing whitespace, ruff linter/formatter
- Configure ruff in pyproject.toml with selected rules (E, F, W, I, UP, B, C4, SIM)
- Add F401 to unfixable to preserve re-exported imports in __init__.py files
- Fix BacktestMetrics import in backtesting/engine.py
- Update todos.md with enhanced trade discovery and database implementation tasks

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 11:22:13 -05:00
..
agents Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
dataflows Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
discovery Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
graph Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
integration Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
models Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
conftest.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_config.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_default_config.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_logging.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_logging_config.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_logging_integration.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_logging_migration.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_validation.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00