diff --git a/hooks.yaml b/hooks.yaml index bda3f76..7669828 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -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$ diff --git a/setup.py b/setup.py index 4abb7a2..79a362b 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup( 'pyyaml', 'simplejson', 'six', + 'pylint', ], entry_points={ 'console_scripts': [