feat(pylint): upgrade version and config 38/36438/16
authorVratko Polak <vrpolak@cisco.com>
Mon, 16 Oct 2023 13:18:27 +0000 (15:18 +0200)
committerPeter Mikus <peter.mikus@protonmail.ch>
Tue, 17 Oct 2023 05:22:38 +0000 (05:22 +0000)
commitac88e93fd1808110cf945f8b5d626ed8c8be27fb
treea9bcb1a9299800cc7cc1c0346748e7895ce9eabf
parentbac1c6555441272dcfe1927d739138f834fd0c10
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>
pylint.cfg
tox.ini