This commit is contained in:
Lavish Aggarwal 2017-06-08 08:44:22 +00:00 committed by GitHub
commit b0578a3f81
2 changed files with 6 additions and 0 deletions

View file

@ -153,3 +153,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

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