瀏覽代碼

Let pylint use as many CPUs as available

Rodolfo Carvalho 8 年之前
父節點
當前提交
c178cfa02d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .pylintrc

+ 2 - 1
.pylintrc

@@ -18,7 +18,8 @@ persistent=no
 load-plugins=
 
 # Use multiple processes to speed up Pylint.
-jobs=1
+# Zero means use the total number of CPUs.
+jobs=0
 
 # Allow loading of arbitrary C extensions. Extensions are imported into the
 # active Python interpreter and may run arbitrary code.