Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98ca85e + 7c59607 commit bfa23f1Copy full SHA for bfa23f1
1 file changed
pre_commit/resources/hook-tmpl
@@ -25,7 +25,7 @@ if ((
25
(ENV_PYTHON_RETV != 0) &&
26
(PYTHON_RETV != 0)
27
)); then
28
- echo '`{hook_type}` not found. Did you forget to activate your virtualenv?'
+ echo '`pre-commit` not found. Did you forget to activate your virtualenv?'
29
exit 1
30
fi
31
0 commit comments