Commit Graph

2 Commits

Author SHA1 Message Date
jared 309a32f3f7 Add bandit security scanning workflow
Lint / Python (flake8) (push) Successful in 19s
Security / Python Security (bandit) (push) Failing after 19s
Scans Python code weekly and on every push/PR for medium+ severity issues.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 11:26:08 -04:00
jared 775d0ffce6 ci: add flake8 lint workflow; fix unused imports and f-string issues
Lint / Python (flake8) (push) Successful in 19s
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>
2026-04-14 00:08:11 -04:00