Use pep8 venv for pylint pre-commit hook

Change-Id: I4e17dcec3f163fea0ac76dc2d34c2b16fb23fa35
This commit is contained in:
Federico Ressi 2020-07-03 17:23:02 +02:00
parent 7b6a838ed8
commit 80568f60db
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ repos:
- id: pylint
files: ^tobiko/
name: pylint
entry: pylint -j0 --max-line-length=80 -E -e W,E -d unused-import,broad-except,fixme
entry: .tox/pep8/bin/pylint -j0 --max-line-length=80 -E -e W,E -d unused-import,broad-except,fixme
language: system
types: [python]