diff options
author | 2021-02-03 09:42:44 +0800 | |
---|---|---|
committer | 2021-02-03 09:43:35 +0800 | |
commit | a9b8a34de89c4459bb234aa4782480f5197bf3e6 (patch) | |
tree | 85eece38df61f7fb46a2fae6b08a61c4e99043d1 /tox.ini | |
parent | fea259e93f8313f3e95d170b970dd97d9b339215 (diff) |
Add missing docs import
Change-Id: I425b007ff9b22b35f61bffbd931eb3ef778d6b10
Issue-ID: VFC-1804
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip [flake8] ignore = E501,E722 -exclude = ./venv-tox,./.tox,./venv +exclude = ./venv-tox,./.tox,./venv,./docs max-complexity = 27 [testenv] |