Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Provide pre-commit-which-hook-entry script #15

Merged
merged 1 commit into from
Jul 6, 2020

Conversation

playpauseandstop
Copy link
Owner

This script is useful for cases when text editor plugin is not able to use run hook entry script, but it allows to provide full path to the tool, such as eslint or prettier.

Also mark the script as dangerous to use cause of fact that pre-commit internals does not intend to be used in external scripts.

Fixes: #3
Fixes: #4
Fixes: #8

This script is useful for cases when text editor plugin is not able to
use run hook entry script, but it allows to provide full path to the
tool, such as eslint or prettier.

Also mark the script as dangerous to use cause of fact that pre-commit
internals does not intend to be used in external scripts.

Fixes: #3
Fixes: #4
Fixes: #8
@playpauseandstop playpauseandstop added the feat A new feature label Jul 6, 2020
@playpauseandstop playpauseandstop added this to the 1.0 milestone Jul 6, 2020
@playpauseandstop playpauseandstop self-assigned this Jul 6, 2020
@playpauseandstop playpauseandstop merged commit 51cecfd into master Jul 6, 2020
@playpauseandstop playpauseandstop deleted the feat/pre-commit-which-hook-entry branch July 6, 2020 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat A new feature
Projects
None yet
1 participant