Update pep8 check

Set max line length to 100

Change-Id: I49c22858da8399b8beb4e3816f93623e4280b59d
Signed-off-by: Jui Chandwaskar <jchandwaskar@op5.com>
This commit is contained in:
Jui Chandwaskar 2018-04-11 16:17:58 +02:00
parent e55891c570
commit cf0bcfc5bc
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ commands = flake8
commands = {posargs}
[flake8]
ignore =
max-line-length = 100
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
show-source = True