diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2022-03-11 16:05:20 +0800 |
---|---|---|
committer | dengyh <dengyuanhong@chinamobile.com> | 2022-03-11 16:05:47 +0800 |
commit | 6e4c1d85dec8d157156bf40a286fafcbe9a6d564 (patch) | |
tree | 11b428ced62f44ae39595f0ee8577a87b76d0417 /res/tox.ini | |
parent | 2ff32469650ac5b6dc6b65d99cc27f3f7aab4161 (diff) |
Update the version of ruamel.yaml to 0.17.1
Change-Id: I1bd1754b51996f9d1ecfd28efff90febc6cfb6a5
Issue-ID: VFC-1928
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
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 9863e7a..1054908 100644 --- a/res/tox.ini +++ b/res/tox.ini @@ -7,7 +7,7 @@ downloadcache = ~/cache/pip [flake8] ignore = E501,E722 -exclude = ./venv-tox,./.tox +exclude = ./venv-tox,./.tox,./venv max-complexity = 12 [testenv] |