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", ]