From a2b13785c2606e5a67739262082966926dab5f15 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 1 Mar 2021 13:40:46 +0100 Subject: [PATCH] Restore pylint concurrency (#47221) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 445f13e8724..731b7f15730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,7 @@ ignore = [ ] # Use a conservative default here; 2 should speed up most setups and not hurt # any too bad. Override on command line as appropriate. -# Disabled for now: https://github.com/PyCQA/pylint/issues/3584 -#jobs = 2 +jobs = 2 load-plugins = [ "pylint_strict_informational", ]