Enable checking .renovaterc.json5 files with pre-commit hook#491
Merged
sirosen merged 3 commits intopython-jsonschema:mainfrom Oct 2, 2024
tpansino:patch-1
Merged
Enable checking .renovaterc.json5 files with pre-commit hook#491sirosen merged 3 commits intopython-jsonschema:mainfrom tpansino:patch-1
sirosen merged 3 commits intopython-jsonschema:mainfrom
tpansino:patch-1
Conversation
Member
|
I suggest splitting Thanks for the contribution! |
Contributor
Author
|
My apologies, I should have caught that. |
Member
|
I made a minor change to reflect the new regex in the catalog (which is used to generate the hook config), and this is good to go. I'll make sure to add credit in the changelog for you as well. Thanks again! |
sirosen
added a commit
that referenced
this pull request
Oct 2, 2024
Contributor
Author
|
Thank you for being so prompt and making the contribution process easy! |
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.
Adjust pre-commit hook file regex to allow for
.json5extensions, as these are valid for.renovatercconfig files.