From 1a8bab09924e8304b2435e2dd453d3869ca4901a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 23 Nov 2024 21:39:52 +0900 Subject: [PATCH] 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 --- pylintrc => .pylintrc | 0 tox.ini | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename pylintrc => .pylintrc (100%) diff --git a/pylintrc b/.pylintrc similarity index 100% rename from pylintrc rename to .pylintrc diff --git a/tox.ini b/tox.ini index 474966548..83c0f4eb5 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =