fix: resolve CI lint and docs build failures

Apply ruff formatting to 3 files and add missing package-lock.json for docs/website.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Justin Visser 2026-03-01 23:00:31 +01:00
parent 4403c9ebde
commit 79f3e41471
4 changed files with 18464 additions and 6 deletions

View file

@ -56,6 +56,7 @@ def _drop_finished_task(task: asyncio.Task[Any]) -> None:
except Exception:
structured_log(logger, "exception", "runs.background_task_failed")
router = APIRouter(prefix="/runs", tags=["api-runs"])
ACTIVE_RUN_STATUSES = {RunStatus.RUNNING, RunStatus.RESOLVING}