Use pep8 venv for pylint pre-commit hook
Change-Id: I4e17dcec3f163fea0ac76dc2d34c2b16fb23fa35
This commit is contained in:
parent
7b6a838ed8
commit
80568f60db
@ -45,7 +45,7 @@ repos:
|
|||||||
- id: pylint
|
- id: pylint
|
||||||
files: ^tobiko/
|
files: ^tobiko/
|
||||||
name: pylint
|
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
|
language: system
|
||||||
types: [python]
|
types: [python]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user