From 9e8fc209687d84385addba81329ef478e19f8368 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 7 Mar 2018 11:00:15 +0800 Subject: add too long line check in pep8 Change-Id: I13bd62699c14bb504751b2e1149de0812b771ba0 Signed-off-by: SerenaFeng --- testapi/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapi/tox.ini') diff --git a/testapi/tox.ini b/testapi/tox.ini index 13b197c..e15deea 100644 --- a/testapi/tox.ini +++ b/testapi/tox.ini @@ -38,7 +38,7 @@ commands = flake8 {toxinidir} # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H803,E501 +ignore = E123,E125,H803 builtins = _ exclude = build,dist,doc,legacy,.eggs,.git,.tox,.venv,testapi_venv,venv -- cgit 1.2.3-korg