mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
fixes issue #157: adding pylint hook support
This commit is contained in:
parent
52582865ab
commit
3382d830c2
2 changed files with 6 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -32,6 +32,7 @@ setup(
|
|||
'pyyaml',
|
||||
'simplejson',
|
||||
'six',
|
||||
'pylint',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue