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> |
||
|---|---|---|
| .. | ||
| agents | ||
| dataflows | ||
| graph | ||
| schemas | ||
| tools | ||
| utils | ||
| __init__.py | ||
| default_config.py | ||