summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index bd60a2ad4..828f88b94 100644
--- a/pylintrc
+++ b/pylintrc
@@ -28,7 +28,7 @@ include-ids=no
symbols=no
# Use multiple processes to speed up Pylint.
-jobs=2
+jobs=1
# Allow loading of arbitrary C extensions. Extensions are imported into the
# active Python interpreter and may run arbitrary code.