From ac88e93fd1808110cf945f8b5d626ed8c8be27fb Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 16 Oct 2023 15:18:27 +0200 Subject: feat(pylint): upgrade version and config Pylint version bumped to 3.0.1. Upgrade is needed, because the old version has only a limited understanding of type hints and data classes (leading to many false errors). Config values are simplified, only few old customizations are kept. Notably, max line length is increased to 88 (only here, not in other checkers). Change-Id: I70802a32693a8f21515b9093b12e292f88ee9e3f Signed-off-by: Vratko Polak --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index d58a770092..ce0f9be16b 100644 --- a/tox.ini +++ b/tox.ini @@ -79,7 +79,7 @@ ignore_outcome = true setenv = PYTHONPATH = {toxinidir} basepython = python3 deps = - pylint==2.4.3 + pylint==3.0.1 -r ./requirements.txt whitelist_externals = /bin/bash commands = bash {[tox]script_dir}/pylint.sh -- cgit 1.2.3-korg