From fb44caef319baeb993bcda816bac11b7ef07b6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Tue, 21 Dec 2021 15:20:42 +0100 Subject: [PATCH] pylint: Use multiple processes when possible --- scripts/pylintrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/pylintrc b/scripts/pylintrc index ffbd96fe8..9aa1bfa7d 100644 --- a/scripts/pylintrc +++ b/scripts/pylintrc @@ -1,4 +1,10 @@ # vim:et:ts=4 +[MASTER] + +# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the +# number of processors available to use. +jobs=0 + [MESSAGES CONTROL] # Disable the message, report, category or checker with the given id(s). You