Skip to content

fix(ruff): resolve ruff errors blocking CI in vms.py and tests#95

Open
t0kubetsu wants to merge 1 commit into
devfrom
fix/ruff-corrections
Open

fix(ruff): resolve ruff errors blocking CI in vms.py and tests#95
t0kubetsu wants to merge 1 commit into
devfrom
fix/ruff-corrections

Conversation

@t0kubetsu

Copy link
Copy Markdown
Contributor

Closes #94

Summary

Single commit extracted from feat/ci-hardening — fixes Python linting errors in source files (not CI config).

  • app/routes/vms.py: add missing from typing import Any (F821), rename lline (E741)
  • tests/test_ws_helpers.py: remove unused pytest and Path imports (F401)

Test plan

  • ruff check app/ tests/ passes with zero violations
  • pytest passes unchanged

- Add missing `from typing import Any` import (E0602 / F821)
- Rename ambiguous loop variable `l` to `line` (E741)
- Remove unused `pytest` and `Path` imports from test_ws_helpers (F401)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant