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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conditional_logic.py | ||
| discovery_graph.py | ||
| propagation.py | ||
| reflection.py | ||
| setup.py | ||
| signal_processing.py | ||
| trading_graph.py | ||