Skip to content

copilot/fix pylint errors - #115

Merged
willtheorangeguy merged 4 commits into
masterfrom
copilot/fix-pylint-errors
Aug 28, 2026
Merged

willtheorangeguy merged 4 commits into
masterfrom
copilot/fix-pylint-errors

Conversation

@willtheorangeguy

Copy link
Copy Markdown
Owner
  • Fix pylint issues in tests
  • Resolve all pylint findings from latest run
  • style: format code with Black

Copilot AI and others added 4 commits August 3, 2026 01:24
This commit fixes the style issues introduced in 33469f7 according to the output
from Black.

Details: #110
The import-outside-toplevel warning is anchored to the `from` line,
not the trailing line of a multi-line import statement, so the
disable comments placed on the closing paren had no effect. Moving
them to the `from ... import (` line fixes the remaining pylint
findings (now 10.00/10) without changing behavior.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y38yxr1x54TZQgwdcHUbtE
@willtheorangeguy
willtheorangeguy merged commit bf65341 into master Aug 28, 2026
6 of 7 checks passed
@willtheorangeguy
willtheorangeguy deleted the copilot/fix-pylint-errors branch August 28, 2026 20:13
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