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 b8749ee commit dcb9472Copy full SHA for dcb9472
pylint/testutils/_primer/primer_run_command.py
@@ -83,7 +83,7 @@ def _lint_package(
83
# Duplicate code takes too long and is relatively safe
84
# TODO: Find a way to allow cyclic-import and compare output correctly
85
disables = ["--disable=duplicate-code,cyclic-import"]
86
- additional = ["--clear-cache-post-run=y"]
+ additional = ["--clear-cache-post-run=y", "--jobs=2"]
87
arguments = data.pylint_args + enables + disables + additional
88
output = StringIO()
89
reporter = JSONReporter(output)
0 commit comments