Chore/pre commit hooks 88 - #120
Open
suhaslord wants to merge 2 commits into
Open
Conversation
chuckwondo
force-pushed
the
chore/pre-commit-hooks-88
branch
from
August 23, 2026 21:15
cf11bdb to
85b70b8
Compare
Collaborator
|
@suhaslord, I rebased your branch on main because I merged some bot bumps, so you'll need to pull those changes on your branch, but since I rebased it, I strongly recommend you configure your git client as follows, which will prevent |
Contributor
Author
|
Got it, thanks for rebasing it and for the heads-up. I’ll use rebase
pulls on the branch going forward.
…On Sun, 23 Aug 2026 15:05:44 -0700, Chuck Daniels ***@***.***> wrote:
chuckwondo left a comment [(nasa/python_cmr#120)](#120 (comment))
***@***.***(https://github.com/suhaslord), I rebased your branch on main because I merged some bot bumps, so you'll need to pull those changes on your branch, but since I rebased it, I strongly recommend you configure your git client as follows, which will prevent git pull from failing to pull the rebased branch:
git config set --global pull.rebase true
—
Reply to this email directly, [view it on GitHub](#120?email_source=notifications&email_token=BBJPPMQN5UJ5IY2OYRYHUID5LNTDRA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMZYHA3TCOBSGAYKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-5388718200), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BBJPPMVTXO5NQZHXIGAXU2T5LNTDRAVCNFSNUABFKJSXA33TNF2G64TZHM2DCNRUGU3TCMZRHNEXG43VMU5TKMRSHAYTQNRTGY22C5QC).
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for [iOS](https://github.com/notifications/mobile/ios/BBJPPMXSEJUO7BDKXVYMBDD5LNTDRA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMZYHA3TCOBSGAYKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y) and [Android](https://github.com/notifications/mobile/android/BBJPPMSRRKMSIT3PY6L6WIT5LNTDRA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMZYHA3TCOBSGAYKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI). Download it today!
You are receiving this because you were mentioned.
|
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
Adds pre-commit hooks to make the local development checks match the repo’s existing CI more closely.
Changes
This keeps the setup pretty lightweight while catching the same kinds of issues earlier, before they reach CI.
Closes #88