Fix onboarding hooks step to use prek instead of pre-commit#133
Merged
Miyamura80 merged 2 commits intomainfrom Feb 24, 2026
Merged
Fix onboarding hooks step to use prek instead of pre-commit#133Miyamura80 merged 2 commits intomainfrom
Miyamura80 merged 2 commits intomainfrom
Conversation
The hooks step was looking for .pre-commit-config.yaml which no longer exists after the migration to prek. Updated to read prek.toml with tomllib, invoke `prek install`, and removed the pre-commit dev dependency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Greptile SummaryMigrated the onboarding hooks step from pre-commit to prek by switching from YAML to TOML parsing and updating the install command to use
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 4674c7c |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
onboard.pyhooks step (step 4/6) to readprek.tomlinstead of.pre-commit-config.yamlyamlimport with stdlibtomllibfor TOML parsinguv run pre-commit installtoprek installpre-commitfrom dev dependencies inpyproject.tomlTest plan
make onboardand verify step 4 (Hooks) no longer errors with ".pre-commit-config.yamlnot found"prek.tomlprek installis invoked when activating hooks🤖 Generated with Claude Code