Merge "[Pylint] Bump pylint version to latest"

This commit is contained in:
Zuul 2019-03-13 04:12:29 +00:00 committed by Gerrit Code Review
commit a27034c1ac
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ commands =
basepython = python3
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
pylint==2.1.1
pylint==2.3.1
whitelist_externals = bash
commands = bash ./tools/coding-checks.sh --pylint {posargs}