From 8bcf634f0d947d4425ad7d3e1a696dda32f3672d Mon Sep 17 00:00:00 2001 From: Aleksey Khoroshilov Date: Fri, 4 Nov 2022 20:10:27 +0700 Subject: [PATCH] Remove jobs param to not break presubmits when only 1 job is run. --- .pylintrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pylintrc b/.pylintrc index 91568e9b387..85d912dcc38 100644 --- a/.pylintrc +++ b/.pylintrc @@ -25,10 +25,6 @@ ignore-patterns= # pygtk.require(). #init-hook= -# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the -# number of processors available to use. -jobs=0 - # Control the amount of potential inferred values when inferring a single # object. This can help the performance when dealing with large functions or # complex, nested conditions.