Skip to content

Commit d5bc7a6

Browse files
committed
let pylint choose how many CPUs to use
1 parent 78e6b8f commit d5bc7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ disable_error_code = "no-redef, misc, arg-type"
7878
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
7979
# number of processors available to use, and will cap the count on Windows to
8080
# avoid hangs.
81-
jobs = 4
81+
jobs = 0
8282

8383
# Minimum Python version to use for version dependent checks. Will default to the
8484
# version used to run pylint.

0 commit comments

Comments
 (0)