diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-29 11:02:30 +0800 |
---|---|---|
committer | yunlong ying <ying.yunlong@zte.com.cn> | 2017-09-29 05:14:52 +0000 |
commit | f554dbb49c9ae6e10226716e38756fd29038be19 (patch) | |
tree | f65f134a95c421a16b1d576b5e01ad05824c8383 /res/tox.ini | |
parent | b38e9fb27f547e8a7dd7f8cd184337963bb4bce7 (diff) |
Fix vfc-gvnfm-vnfres pep8 issues.
Change-Id: I90c332791a903cc8c536902501f6c8a2645b40bf
Issue-ID: VFC-478
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res/tox.ini')
-rw-r--r-- | res/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/tox.ini b/res/tox.ini index 42f8d9f..cbc09b6 100644 --- a/res/tox.ini +++ b/res/tox.ini @@ -6,7 +6,7 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501,E226,E126,W293,E502,E225,E302 +ignore = E501 max-complexity = 12 [testenv] |