aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-10-25 16:03:42 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-10-25 16:15:23 +0800
commit2a138a6604bee099ea9e2f698c36a7260957aa78 (patch)
tree5acaf1a829db1120bbe8d90c9f19feba31595a18 /tox.ini
parent49723a6d6cecbbb4812f377e19bc924c138d1831 (diff)
Fix catalog parse ns bug
Change-Id: I66235fa0796942c0011bd6525e9f0629cbf9263d Issue-ID: VFC-553 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a45ee898..7facc7ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
downloadcache = ~/cache/pip
[flake8]
-ignore = E501
+ignore = E501,E722
exclude = ./venv-tox,./.tox
[testenv]