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 |
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