git-pylint-commit-hook
git-pylint-commit-hook copied to clipboard
can this be made to work with python3?
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 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.
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.