From 9119a4ea39b479f18005a1ed6c1ad26e5531c57b Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Tue, 21 Aug 2018 20:50:53 -0700 Subject: [PATCH] Increase pylint jobs (#5646) --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 016b04e367e4..eb913c202695 100644 --- a/.pylintrc +++ b/.pylintrc @@ -23,7 +23,7 @@ persistent=yes load-plugins= # Use multiple processes to speed up Pylint. -jobs=1 +jobs=2 # Allow loading of arbitrary C extensions. Extensions are imported into the # active Python interpreter and may run arbitrary code.