-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.11] Trim trailing whitespace and test on CI (GH-104275) #108215
Conversation
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of this diff is removing invisible pagebreak characters. For most of these cases, we should delete the whole line rather than just stripping the "trailing whitespace" from the line:
Good idea, and it backported cleanly 🎉 #108266 |
This reverts commit cd547a2.
This comment was marked as outdated.
This comment was marked as outdated.
Reverted Trim trailing whitespace, will update 3.11 into here, and then see what's left to fix. |
And autofixed via pre-commit, let's check these changes. |
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
And applied the two suggestions which were still available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now, thank you!
Thank you very much for the reviews! |
No description provided.