Skip to content

feat: Phase 2 Complete - Unified Metrics, Self-Improvement, and Confi… #612

feat: Phase 2 Complete - Unified Metrics, Self-Improvement, and Confi…

feat: Phase 2 Complete - Unified Metrics, Self-Improvement, and Confi… #612

Triggered via push December 2, 2025 02:40
Status Failure
Total duration 3m 1s
Artifacts

lint.yml

on: push
Lint with Ruff
44s
Lint with Ruff
Type Check (Optional)
2m 56s
Type Check (Optional)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F841): backend/api/main.py#L335
backend/api/main.py:335:29: F841 Local variable `reset_error_str` is assigned to but never used
Ruff (E402): backend/api/main.py#L143
backend/api/main.py:143:1: E402 Module level import not at top of file
Ruff (E402): backend/api/main.py#L139
backend/api/main.py:139:1: E402 Module level import not at top of file
Ruff (E402): backend/api/main.py#L135
backend/api/main.py:135:1: E402 Module level import not at top of file
Ruff (F401): backend/api/job_queue.py#L6
backend/api/job_queue.py:6:8: F401 `asyncio` imported but unused
Ruff (F401): arxiv/figures/generate_fig3_results.py#L7
arxiv/figures/generate_fig3_results.py:7:17: F401 `numpy` imported but unused
Ruff (F401): arxiv/figures/generate_fig2_validation_chain.py#L7
arxiv/figures/generate_fig2_validation_chain.py:7:30: F401 `matplotlib.patches` imported but unused
Ruff (F401): arxiv/figures/generate_fig1_architecture.py#L8
arxiv/figures/generate_fig1_architecture.py:8:65: F401 `matplotlib.patches.ConnectionPatch` imported but unused
Ruff (F401): arxiv/figures/generate_fig1_architecture.py#L7
arxiv/figures/generate_fig1_architecture.py:7:30: F401 `matplotlib.patches` imported but unused
Ruff (F401): arxiv/figures/generate_all_figures.py#L20
arxiv/figures/generate_all_figures.py:20:12: F401 `matplotlib` imported but unused; consider using `importlib.util.find_spec` to test for availability