summaryrefslogtreecommitdiffstats
path: root/lcm/tox.ini
diff options
context:
space:
mode:
authordengyh <dengyuanhong@chinamobile.com>2022-03-11 16:14:25 +0800
committerdengyh <dengyuanhong@chinamobile.com>2022-03-11 16:14:39 +0800
commite49e8c30bec4f322bb2f874048749324ca30c2af (patch)
treeace64e13563c6dbedf0bbb064bf5a7ef5e67c818 /lcm/tox.ini
parente3127fee0fdb5bf193fddc74a69312363a6d20eb (diff)
Update the version of ruamel.yaml to 0.17.1
Change-Id: I1943371970afbe84c5580911d9eed894fb02b878 Issue-ID: VFC-1928 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'lcm/tox.ini')
-rw-r--r--lcm/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/tox.ini b/lcm/tox.ini
index 6f61451f..29534725 100644
--- a/lcm/tox.ini
+++ b/lcm/tox.ini
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip
[flake8]
ignore = E501,E722,W504
-exclude = ./venv-tox,./.tox
+exclude = ./venv-tox,./.tox,./venv
max-complexity = 27
[testenv]