From add01f874ada815a0572f7d5942b2e4249323288 Mon Sep 17 00:00:00 2001 From: Yun Mao Date: Mon, 12 Nov 2012 10:14:35 -0500 Subject: Upgrade pylint version to 0.26.0 Upgrade pylint to reduce false positives in lintstack. Change-Id: I10ab7a46c6a70daf9151f03cd9fea3c4851e6ebb --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e986d587d..55ac0cd43 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ commands = [testenv:pylint] setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/tools/pip-requires - pylint==0.25.2 + pylint==0.26.0 commands = bash tools/lintstack.sh [testenv:cover] -- cgit