From a49fa6ee1f25e3549140df88bcb28b95aba858a2 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Wed, 11 Sep 2019 10:23:49 -0400 Subject: [PATCH] Bump pylint to 2.3.0 Change-Id: I5174144131384556227cc81c8059adf22178fab5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5cdb73afecd..be0c63b34dd 100644 --- a/tox.ini +++ b/tox.ini @@ -92,7 +92,7 @@ passenv = FAST8_NUM_COMMITS basepython = python3 deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - pylint==2.1.1 + pylint==2.3.0 commands = bash ./tools/coding-checks.sh --pylint {posargs}