Skip to content

Commit

Permalink
fixes issue pre-commit#157: adding pylint hook support
Browse files Browse the repository at this point in the history
  • Loading branch information
lavish205 committed Dec 7, 2016
1 parent 5258286 commit 3382d83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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$
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'pyyaml',
'simplejson',
'six',
'pylint',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 3382d83

Please sign in to comment.