build(deps-dev): bump ruff from 0.15.13 to 0.15.14 #171
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`
|