Update pep8 check

Set max line length to 100

Change-Id: Ib724f9e9fe9d49d391e286a5499ccc89904fea4d
Signed-off-by: Jui Chandwaskar <jchandwaskar@op5.com>
This commit is contained in:
Jui Chandwaskar 2018-04-11 15:40:27 +02:00
parent fc269dc6f3
commit 9f64338f4a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ commands = {posargs}
[flake8]
show-source = True
exclude=.venv,.git,.tox,dist,*egg,build,docs,cover
max-line-length = 120
max-line-length = 100
[testenv:lower-constraints]
basepython = python3