Add pep8 max line length check

Set max line length to 100.

Change-Id: I9c9aeca09a6e952de7ccb93194d0722b791d7745
Signed-off-by: Jui Chandwaskar <jchandwaskar@op5.com>
This commit is contained in:
Jui Chandwaskar 2018-04-11 13:20:41 +02:00
parent 875127d283
commit 78f79a45b8
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ commands =
commands = {posargs}
[flake8]
max-line-length = 100
exclude = .git,.tox,dist,doc,api-ref,api-guide,releasenotes,documentation,*.egg,build
show-source = True
enable-extensions = H203,H106