[claude] Fix 27 ruff lint errors blocking all pushes (#1149) #1153

Merged
Rockachopa merged 1 commits from claude/issue-1149 into main 2026-03-23 19:06:12 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
39ceae0ed6 fix: resolve 27 ruff lint errors blocking all pushes
Some checks failed
Tests / lint (pull_request) Successful in 17s
Tests / test (pull_request) Failing after 29m10s
- Auto-fix 21 errors via ruff --fix (import sorting I001, unused imports F401,
  import redefinition F811)
- Convert HealthLevel, AgentType, TaskType, DispatchStatus from `str, Enum`
  to `StrEnum` (UP042) in monitor.py and dispatcher.py
- Replace hardcoded `/tmp` with `tempfile.gettempdir()` (S108) in monitor.py
- Rename unused loop variable `agent` to `_agent` (B007) in test_dispatcher.py
- Apply ruff format to 16 files

Fixes #1149

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 14:59:00 -04:00