git-pylint-commit-hook icon indicating copy to clipboard operation
git-pylint-commit-hook copied to clipboard

can this be made to work with python3?

Open speculatrix opened this issue 6 years ago • 2 comments

Hi, I like the fact that I didn't have to modify every git repository, that installing this made it work with existing repos. Is it possible to make this tool using pylint for python v 3?

thanks Paul

speculatrix avatar Feb 19 '19 17:02 speculatrix

@speculatrix That'd be great. Unfortunately I won't have the time in the near future to look into that. However, I'd be happy to merge PRs for this.

sebdah avatar Feb 22 '19 04:02 sebdah

The pre-commit compatible hook already supports python 3: https://pre-commit.com/ . It might be a wise idea to just migrate to that instead.

ngie-eign avatar Jan 09 '20 23:01 ngie-eign