Skip to content
Snippets Groups Projects
Commit a33c9b34 authored by roadscape's avatar roadscape
Browse files

add pre-commit pylint hook

parent bfaf7b88
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
git-pylint-commit-hook --always-show-violations --limit 10 --pylint-params "-f colorized -r n --disable=R,C,fixme"
......@@ -18,6 +18,7 @@ setup(
'pep8',
'pytest-pylint',
'yapf',
'git-pylint-commit-hook',
'pytest-console-scripts'],
install_requires=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment