TradingAgents/tradingagents
Youssef Aitousarrah f6943e1615 fix: add noqa comment to prevent linter from removing scanner import
The scanner import needs # noqa: F401 to prevent linters from
removing it as "unused". The import is required for side effects
(triggering scanner registration).

Without this:
- Pre-commit hook removes the import
- Scanners don't register
- Discovery returns 0 candidates

Fix:
- Added # noqa: F401 comment to scanner import
- Linter will now preserve this import
- Verified 8 scanners properly registered

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-05 23:46:27 -08:00
..
agents feat: discovery system code quality improvements and concurrent execution 2026-02-05 23:27:01 -08:00
dataflows feat: discovery system code quality improvements and concurrent execution 2026-02-05 23:27:01 -08:00
graph fix: add noqa comment to prevent linter from removing scanner import 2026-02-05 23:46:27 -08:00
schemas feat: discovery system code quality improvements and concurrent execution 2026-02-05 23:27:01 -08:00
tools feat: discovery system code quality improvements and concurrent execution 2026-02-05 23:27:01 -08:00
utils Update 2025-12-02 20:49:42 -08:00
__init__.py feat: discovery system code quality improvements and concurrent execution 2026-02-05 23:27:01 -08:00
default_config.py feat: discovery system code quality improvements and concurrent execution 2026-02-05 23:27:01 -08:00