Scans Python code weekly and on every push/PR for medium+ severity issues. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Removes unused datetime/re imports (F401). Removes f prefix from 2 f-strings with no placeholders (F541). Fixes trailing whitespace and missing newline (W291/W292). Config ignores style-only rules. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>