From 359b31ebab6447a6dd89a900199d17d6dc355b4c 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 016b04e36..eb913c202 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.