mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Fix specify config file not work while installing
Via `pre-commit install -c .other-config.yaml`
This commit is contained in:
parent
8b14c6c5ae
commit
f9a849abcc
5 changed files with 11 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
args="run --hook-stage=commit-msg --commit-msg-filename=$1"
|
||||
args="--hook-stage=commit-msg --commit-msg-filename=$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue