chore(tests): fix ruff lint violations in tests/ by darion-yaphet · Pull Request #2827 · github/spec-kit (original) (raw)
Clear pre-existing lint debt flagged by repo-wide ruff check (the lint
config only scopes src/, so tests/ had drifted). No behavior change.
- F401/F541: drop unused imports and redundant f-string prefixes (autofix)
- E741: rename ambiguous
ltolnin comprehensions - E702: split semicolon-joined statements onto separate lines
- F841: drop unused bindings while keeping the side-effecting calls (_minimal_feature, install_from_directory)
Full suite: 3344 passed, 40 skipped. ruff check (repo-wide): clean.