pylint: Update to 2.11.1

pylint 2.7.4 fails to install due to dependency
conflicts.

Change-Id: I084a97fd8264a503f78082f0c05507c3aed82026
This commit is contained in:
Eric Harney 2021-11-11 10:53:35 -05:00
parent 3e048975d0
commit 7135699870
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ passenv = FAST8_NUM_COMMITS
[testenv:pylint]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
pylint==2.7.4
pylint==2.11.1
commands =
{toxinidir}/tools/coding-checks.sh --pylint {posargs}