From 1334ee24f75d656e1924bc671f451c7e341d6d96 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Wed, 9 Sep 2020 08:59:12 +0200 Subject: [PATCH] Enable parallel execution for pylint --- .pylintrc | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 1d168b6ed..1f636c467 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 3cdd175db..b0697c7d3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ Babel>=2.6.0 flake8 isort>=4.3.10,<5 pycodestyle -pylint +pylint>=2.6.0 transifex-client