Alexander Whitestone
|
39ceae0ed6
|
fix: resolve 27 ruff lint errors blocking all pushes
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 |
|