fixes issue #157: adding pylint hook support

This commit is contained in:
lavish205 2016-12-07 15:34:27 +05:30
parent 52582865ab
commit 3382d830c2
2 changed files with 6 additions and 0 deletions

View file

@ -147,3 +147,8 @@
entry: trailing-whitespace-fixer
language: python
files: \.(asciidoc|adoc|coffee|cpp|css|c|ejs|erb|groovy|h|haml|hh|hpp|hxx|html|in|j2|jade|json|js|less|markdown|md|ml|mli|pp|py|rb|rs|R|scala|scss|sh|slim|tex|tmpl|ts|txt|yaml|yml)$
- id: pylint
name: pylint
entry: pylint
language: python
files: \.py$

View file

@ -32,6 +32,7 @@ setup(
'pyyaml',
'simplejson',
'six',
'pylint',
],
entry_points={
'console_scripts': [