Skip to content

Commit

Permalink
chore: add pylint pre-commit hook
Browse files Browse the repository at this point in the history
Signed-off-by: Ângelo Lovatto <angelolovatto@gmail.com>
  • Loading branch information
0xangelo committed Jun 12, 2019
1 parent 8dfe6fe commit e2ad94e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ repos:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ['@commitlint/config-conventional']
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.3.1
hooks:
- id: pylint
args: [-E]
stages: [commit]

0 comments on commit e2ad94e

Please sign in to comment.