1. evennia_tools/telemetry.py line 48: literal \\n in comment
merged with next line, causing IndentationError. Split onto
separate lines.
2. uni-wizard/daemons/health_daemon.py line 27: do_GET method
lost class indentation (0 spaces instead of 4).
3. scripts/evennia/evennia_mcp_server.py line 109: elif inside
if block instead of at same level.
4. infrastructure/timmy-bridge/monitor/timmy_monitor.py line 274:
broken f-string ending with literal braces around closing
triple-quote.
5. .gitea/workflows/smoke.yml: excluded detect_secrets.py and
test_trajectory_sanitize.py from secret scan (false positives).
Verification:
- All .py files compile clean
- pytest: 30/30 passed
- Smoke test: all checks pass