aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2023-10-16 15:18:27 +0200
committerPeter Mikus <peter.mikus@protonmail.ch>2023-10-17 05:22:38 +0000
commitac88e93fd1808110cf945f8b5d626ed8c8be27fb (patch)
treea9bcb1a9299800cc7cc1c0346748e7895ce9eabf /tox.ini
parentbac1c6555441272dcfe1927d739138f834fd0c10 (diff)
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 <vrpolak@cisco.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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