Skip to content

style: auto-fix 97 lint errors (unused imports, blank lines)#41

Merged
ianalloway merged 2 commits into
mainfrom
chore/ruff-lint-cleanup
Jun 30, 2026
Merged

style: auto-fix 97 lint errors (unused imports, blank lines)#41
ianalloway merged 2 commits into
mainfrom
chore/ruff-lint-cleanup

Conversation

@ianalloway

Copy link
Copy Markdown
Owner

Summary

Ran ruff check . --fix to remove unused imports and trailing whitespace across 25 files.

  • 97 errors auto-fixed (unused imports, blank-line whitespace)
  • 20 remaining require manual review (not auto-fixable)
  • No behavioral changes — pure cleanup
  • All tests pass (297/298; the 1 failure in test_receipt is pre-existing on main)

Verification

297 passed, 6 warnings in 3.25s

ruff --fix: removed unused imports and whitespace across 26 files.
No behavioral changes. 297/298 tests pass (1 pre-existing failure in test_receipt).
Copilot AI review requested due to automatic review settings June 30, 2026 16:34

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

…mports)

- Remove duplicate is_safe_job_id definition in delivery.py
- Remove unused variables in stages.py (job_id, q, error_reason)
- Remove unused allowed_keys set in security.py
- Import SolventConfig for proper type annotation in cli.py
- Remove unused Columns import in tui.py
- Split import;print one-liner in __main__.py

ruff now reports 0 errors. 305/306 tests pass (1 pre-existing).
@ianalloway ianalloway merged commit b13da8b into main Jun 30, 2026
5 checks passed
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.

2 participants