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:
Takashi Kajinami 2024-11-23 21:39:52 +09:00
parent 15a73abefe
commit 1a8bab0992
2 changed files with 2 additions and 2 deletions

View File

View File

@ -41,8 +41,8 @@ commands = pre-commit run -a
[testenv:pylint]
deps =
{[testenv]deps}
pylint==0.26.0
commands = pylint --rcfile=pylintrc taskflow
pylint==3.2.0 # GPLv2
commands = pylint taskflow
[testenv:cover]
deps =