Bump pylint
The current version can no longer run. Bump it to the version currently used in a few other repos. Note that failures detected are not yet resolved. Also move pylintrc to the path which is automatically detected by pylint to simplify the command line. Change-Id: I3747b064cec1b19d6de6db3ffe9ae5cf8ca34b02
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -41,8 +41,8 @@ commands = pre-commit run -a
|
|||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
pylint==0.26.0
|
pylint==3.2.0 # GPLv2
|
||||||
commands = pylint --rcfile=pylintrc taskflow
|
commands = pylint taskflow
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
deps =
|
deps =
|
||||||
|
|||||||
Reference in New Issue
Block a user