Skip to content
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

Trim trailing whitespace #4206

Merged
merged 6 commits into from
Mar 8, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Feb 29, 2024

This PR trims trailing whitespace and normalizes file endings in all files, and adds pre-commit hooks to enforce this for future contributions.

These pre-commit hooks already exist in most other RAPIDS repositories, so it would be good to standardize.

@bdice bdice requested review from a team as code owners February 29, 2024 15:14
@bdice bdice added the DO NOT MERGE Hold off on merging; see PR for details label Feb 29, 2024
@bdice
Copy link
Contributor Author

bdice commented Feb 29, 2024

This should wait for #4205 to avoid conflicts. I'll mark this as DO NOT MERGE for now.

@bdice bdice removed the DO NOT MERGE Hold off on merging; see PR for details label Feb 29, 2024
@jakirkham
Copy link
Member

Wonder if we should add the final commit produced by merging this PR to .git-blame-ignore-revs

That could help keep the line noise down when reviewing git blame

https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta/

@BradReesWork BradReesWork added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 29, 2024
@bdice
Copy link
Contributor Author

bdice commented Feb 29, 2024

/merge

@bdice
Copy link
Contributor Author

bdice commented Feb 29, 2024

Wonder if we should add the final commit produced by merging this PR to .git-blame-ignore-revs

I think +/- 700 lines isn't enough to bother. There are larger PRs than this on a frequent basis. But feel free to file a follow-up PR after this merges and the commit hash is known, if you would like. (Maybe include #4205, too.)

@rapids-bot rapids-bot bot merged commit 47119c3 into rapidsai:branch-24.04 Mar 8, 2024
136 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmarks ci CMake cuGraph datasets improvement Improvement / enhancement to an existing function non-breaking Non-breaking change python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants