diff --git a/hooks.yaml b/hooks.yaml index 06045853..1dfdb5ef 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -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$ diff --git a/setup.py b/setup.py index fb6abad0..8d94fb6b 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ 'pyyaml', 'simplejson', 'six', + 'pylint', ], entry_points={ 'console_scripts': [