From 1074ec78526cd550220a8dcaf2827c262ef54175 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Mon, 20 Feb 2023 12:19:38 -0800 Subject: [PATCH] style(lint): Restore parallel PyLint execution https://github.com/PyCQA/prospector/pull/577#issue-1530793803 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ade07b9ba..c184ec3a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ package_dir = "src" # $ pylint --generate-rcfile # BBB: Un-comment if this bug is fixed: # https://github.com/PyCQA/prospector/issues/573#issuecomment-1368566582 -# jobs = 0 +jobs = 0 enable-all-extensions = true output-format = "colorized" ignore-paths = [