mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
fixes issue #157: adding pylint hook support
This commit is contained in:
parent
52582865ab
commit
3382d830c2
2 changed files with 6 additions and 0 deletions
|
|
@ -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$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue