We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d8032 commit 9a93c90Copy full SHA for 9a93c90
pylint/testutils/_primer/primer_run_command.py
@@ -84,7 +84,7 @@ def _lint_package(
84
# Duplicate code takes too long and is relatively safe
85
# TODO: Find a way to allow cyclic-import and compare output correctly
86
disables = ["--disable=duplicate-code,cyclic-import"]
87
- additional = ["--clear-cache-post-run=y"]
+ additional = ["--clear-cache-post-run=y", "--jobs=0"]
88
arguments = data.pylint_args + enables + disables + additional
89
output = StringIO()
90
reporter = JSONReporter(output)
0 commit comments