Restore formatting and Windows asset-patch tests - #526
Merged
Conversation
Restore all-files Ruff formatting after #378 so main and dependent pull requests pass lint. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e10674c1-6909-4b09-9f5a-d41b28c89d2d
Contributor
There was a problem hiding this comment.
Pull request overview
Applies Ruff formatting to long monkeypatch.setattr(...) calls in the component inspection tests, keeping the test logic unchanged and improving readability/consistency with the repo formatter.
Changes:
- Split long
monkeypatch.setattrcalls into multi-line argument lists with trailing commas for Ruff formatting compliance. - No behavioral changes to the tests; only formatting adjustments.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Performance Comparison
|
Write the hashed chat-template fixture as exact UTF-8 bytes so Windows newline translation does not invalidate its expected SHA-256. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e10674c1-6909-4b09-9f5a-d41b28c89d2d
Member
|
thanks! |
justinchuby
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mainand dependent pull requestsValidation
9 passed, 1 subtests passed—src/mobius/upstream_patches/_patches_test.pygit diff --checkOnly test formatting/fixture construction changes; runtime behavior is unchanged.