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 on git 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
- no custom pylint configs
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
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-hookis just not triggered ongit commitMy settings:
git-pylint-commit-hook==2.2.2Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32Test 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 foundPlease let know what I am doing wrong