Created
September 6, 2017 07:34
-
-
Save edvardm/2d036636318f549e27333974f05f16e0 to your computer and use it in GitHub Desktop.
python pre-commit lint hook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# need to install by running `pip install git-pylint-commit-hook` | |
# in .git/hooks/pre-commit: | |
git-pylint-commit-hook --limit=9.5 --pylint-params="-j4 -rn" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment