I am using global hooks falling back to local hooks; temporarily disabling them, then prek install makes them work fine.
Any chance to take account of this instead of
|
"Cowardly refusing to install hooks with `core.hooksPath` set.\nhint: Run these commands to remove core.hooksPath:\nhint: {}\nhint: {}", |
?
I am using global hooks falling back to local hooks; temporarily disabling them, then
prek installmakes them work fine.Any chance to take account of this instead of
prek/crates/prek/src/cli/install.rs
Line 40 in c741c8c