-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
Not clear "Usage" instruction #60
Comments
|
@volviq |
|
I haven't tested that under Unix (mac or linux) |
So if you execute git-pylint-commit-hook on your normal Windows shell, would it then pick up the binary? If not, you have to possibly add it to your path. I wouldn't even have expected, that this works on Windows at all (I'm not the maintainer, so don't take my guesses as a truth). |
@volviq thanks for your response. |
Hi all,
I would like to sorry in advance if it is just me not able to understand the instruction.
I tried several things and it seems
git-pylint-commit-hook
is just not triggered ongit commit
My settings:
git-pylint-commit-hook==2.2.2
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32
Test case#1
I tried to follow that instruction:
README.md
When I do commit hook is not triggered and commit is created successfully
Test case#2
I tried to follow that instruction:
http://git-pylint-commit-hook.readthedocs.io/en/latest/usage.html#usage
When I do commit I see the following
.git/hooks/pre-commit: line 2: git-pylint-commit-hook: command not found
Please let know what I am doing wrong
The text was updated successfully, but these errors were encountered: