mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-09 08:49:15 -05:00
Use pipes.quote for executable path
This commit is contained in:
@@ -9,7 +9,7 @@ popd > /dev/null
|
||||
retv=0
|
||||
args=""
|
||||
|
||||
ENV_PYTHON='{sys_executable}'
|
||||
ENV_PYTHON={sys_executable}
|
||||
SKIP_ON_MISSING_CONF={skip_on_missing_conf}
|
||||
|
||||
which pre-commit >& /dev/null
|
||||
|
||||
Reference in New Issue
Block a user