Add containerized pre-commit hook#191
Merged
Nepo26 merged 4 commits intonorwoodj:masterfrom Oct 21, 2023
Merged
Conversation
Collaborator
|
Hm seems nice. Will look into it by the end of the next week. |
Nepo26
requested changes
Sep 10, 2023
Collaborator
|
If possible also add to the README the description of how to define the use of the container and how it should be ran. |
Co-authored-by: Henrique Nepo <[email protected]>
Contributor
Author
|
@Nepo26 I pushed up changes to the README as requested. There were some whitespace issues that were cleaned up by my editor that makes the diff a bit messy. |
Collaborator
|
Just tested here and didn't see any problem. Thanks @lhriley - looks great :) |
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.
Simple PR that adds support for using the pre-build Docker container image rather than requiring users to install the binary or build the golang package from source.
Tested locally and works with this
.pre-commit-config.yaml:Related:
pre-commit/pre-commit#2968