Skip to content

Instantly share code, notes, and snippets.

@edvardm
Created September 6, 2017 07:34
Show Gist options
  • Save edvardm/2d036636318f549e27333974f05f16e0 to your computer and use it in GitHub Desktop.
Save edvardm/2d036636318f549e27333974f05f16e0 to your computer and use it in GitHub Desktop.
python pre-commit lint hook
# 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