summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/tox.ini
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-10-26 13:56:05 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-10-26 14:11:05 +0800
commit79314dce4c30dfd863f256b0c038e19961ecac23 (patch)
treecb2b2b6b2fa654d70df6223eb9d8d1b081dfa22c /gvnfmadapter/tox.ini
parent4d27f2af1b805d22b3dd666cded7e95054938b5d (diff)
Disable pep8 W504 error
Change-Id: I03fa0cf8329f281147012260d6ee987f2c7a9d12 Issue-ID: VFC-1163 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/tox.ini')
-rw-r--r--gvnfmadapter/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/tox.ini b/gvnfmadapter/tox.ini
index cd97ddd..43bb510 100644
--- a/gvnfmadapter/tox.ini
+++ b/gvnfmadapter/tox.ini
@@ -7,7 +7,7 @@ deps = -r{toxinidir}/requirements.txt
commands = coverage run --branch manage.py test
[flake8]
-ignore = E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126,E722
+ignore = E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126,E722,W504
exclude = ./venv-tox,./.tox
max-complexity = 12