From d673fdab6097ae783bd0075c0e990e42bc24f833 Mon Sep 17 00:00:00 2001 From: Stanislav Levin Date: Jan 10 2023 09:11:45 +0000 Subject: pylint: Lint in single process mode There are several known problems with multiprocess mode. For example, https://github.com/PyCQA/pylint/issues/3232. In other words the lint result depends on the number of jobs. The most correct report is expected for single process. Fixes: https://pagure.io/freeipa/issue/9278 Signed-off-by: Stanislav Levin Reviewed-By: Stanislav Levin --- diff --git a/pylintrc b/pylintrc index b95e053..6d707b1 100644 --- a/pylintrc +++ b/pylintrc @@ -8,9 +8,6 @@ persistent=no # DuplicateSectionError for the IPA section #load-plugins=pylint_plugins -# Use multiple processes to speed up Pylint. -jobs=0 - # A list of packages with safe C extensions to load extension-pkg-whitelist= _ldap,