Increase pylint jobs (#5646)

This commit is contained in:
Beto Dealmeida 2018-08-21 20:50:53 -07:00 committed by Maxime Beauchemin
parent 0a4014937a
commit 359b31ebab
1 changed files with 1 additions and 1 deletions

View File

@ -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.