Enable parallel execution for pylint

This commit is contained in:
Philipp Wolfer
2020-09-09 08:59:12 +02:00
parent dce7be3eea
commit 1334ee24f7
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ ignore-patterns=ui_.*\.py
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
# number of processors available to use.
jobs=1
jobs=0
# Control the amount of potential inferred values when inferring a single
# object. This can help the performance when dealing with large functions or

View File

@@ -3,5 +3,5 @@ Babel>=2.6.0
flake8
isort>=4.3.10,<5
pycodestyle
pylint
pylint>=2.6.0
transifex-client