Skip to content

Commit

Permalink
Use straight call to pylint for simplicity
Browse files Browse the repository at this point in the history
`pylint` is available system wide as long as it is installed correctly
(via setup.py)
  • Loading branch information
naeioi committed Dec 13, 2018
1 parent 626360c commit 5594cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
stages: [commit-msg]
- id: pylint
name: pylint
entry: python -m pylint.__main__
entry: pylint
args: ['--rcfile=setup.cfg']
stages: [commit, push]
language: system
Expand Down

0 comments on commit 5594cb6

Please sign in to comment.