From 12c9651ae71ab27287d1fe27e625087e6008f9a0 Mon Sep 17 00:00:00 2001 From: chenliangyjy Date: Thu, 19 Mar 2020 10:10:00 +0800 Subject: fix flake8 checking issue of hdv Signed-off-by: chenliangyjy Change-Id: Ie779c186635e57fe5d900df7326e4a704ebcad42 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index d60f800..4464987 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ files = INFO.yaml tools commands = - yamllint -s {[testenv:yamllint]files} + yamllint -s {[testenv:yamllint]files} -c {toxinidir}/yamllintrc [testenv:bashate] basepython = python3 -- cgit