Skip to content

build(deps-dev): bump ruff from 0.15.13 to 0.15.15 #172

build(deps-dev): bump ruff from 0.15.13 to 0.15.15

build(deps-dev): bump ruff from 0.15.13 to 0.15.15 #172

Triggered via pull request June 2, 2026 08:20
Status Failure
Total duration 18s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint
Process completed with exit code 1.
ruff (F401): tests/test_antigravity.py#L4
tests/test_antigravity.py:4:8: F401 `re` imported but unused help: Remove unused import: `re`
ruff (F841): src/llm_ide_rules/agents/antigravity.py#L192
src/llm_ide_rules/agents/antigravity.py:192:25: F841 Local variable `name` is assigned to but never used help: Remove assignment to unused variable `name`