You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/08/22 03:50:56 UTC

[incubator-superset] branch master updated: Increase pylint jobs (#5646)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 359b31e  Increase pylint jobs (#5646)
359b31e is described below

commit 359b31ebab6447a6dd89a900199d17d6dc355b4c
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Tue Aug 21 20:50:53 2018 -0700

    Increase pylint jobs (#5646)
---
 .pylintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pylintrc b/.pylintrc
index 016b04e..eb913c2 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.