Skip to content

fix: resolve ruff isort and pylint unused variable CI failures#75

Merged
jnimmo merged 2 commits into
jnimmo:masterfrom
kesawi:fix/ci-lint-issues
May 17, 2026
Merged

fix: resolve ruff isort and pylint unused variable CI failures#75
jnimmo merged 2 commits into
jnimmo:masterfrom
kesawi:fix/ci-lint-issues

Conversation

@kesawi

@kesawi kesawi commented May 17, 2026

Copy link
Copy Markdown
Contributor

Fixes two CI failures introduced by PR #70 and PR #71:

ruff I001 — intesisbox.py
Relative imports were not grouped correctly after the import reordering in #70. Fixed by grouping all relative imports together in alphabetical order.

pylint W0612 — intesishomelocal.py
map_key was unpacked in the for loop but never used, introduced in #71. Fixed by iterating over .values() directly instead of .items().

All 59 existing tests pass.

@jnimmo jnimmo merged commit 246082e into jnimmo:master May 17, 2026
4 checks passed
@kesawi kesawi deleted the fix/ci-lint-issues branch May 25, 2026 10:52
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