Pylint: pin isort to 4.3.21
isort 5.0 was released and is not compatible with Pylint 2.3.0. Closes-Bug: #1894078 Change-Id: I689a47a041aee2e86d5d4ba1da3b51ad2c6798fc
This commit is contained in:
parent
977ff8105c
commit
a309349dc6
1
tox.ini
1
tox.ini
@ -90,6 +90,7 @@ passenv = FAST8_NUM_COMMITS
|
|||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
isort==4.3.21
|
||||||
pylint==2.3.0
|
pylint==2.3.0
|
||||||
commands =
|
commands =
|
||||||
bash ./tools/coding-checks.sh --pylint {posargs}
|
bash ./tools/coding-checks.sh --pylint {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user