Merge "Pylint: pin isort to 4.3.21"

This commit is contained in:
Zuul 2020-09-14 16:15:53 +00:00 committed by Gerrit Code Review
commit 6c372af397
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ passenv = FAST8_NUM_COMMITS
[testenv:pylint]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
isort==4.3.21
pylint==2.3.0
commands =
bash ./tools/coding-checks.sh --pylint {posargs}