We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to run a pre-commit hooks with pre-commit run -a to lint files befure commit progress, for example, rewrite file EOL.
pre-commit run -a
but currently it only support a executable file instead of a inline command, so i have to write a seprated files to write this command again.
Hope we could add support for this.
The text was updated successfully, but these errors were encountered:
Hi @trim21,
I'm not quite sure what the request here is. Can you be more specific about your use-case or the changes that would help you?
Sorry, something went wrong.
currently hooks only support single executable, doesn't support exectable + arguments.
Can't you write a bash script?
No branches or pull requests
I'm trying to run a pre-commit hooks with
pre-commit run -a
to lint files befure commit progress, for example, rewrite file EOL.but currently it only support a executable file instead of a inline command, so i have to write a seprated files to write this command again.
Hope we could add support for this.
The text was updated successfully, but these errors were encountered: