let pylint choose how many CPUs to use

This commit is contained in:
Hans-Christoph Steiner 2025-04-09 11:35:27 +02:00
parent 78e6b8f04c
commit d5bc7a6942

View File

@ -78,7 +78,7 @@ disable_error_code = "no-redef, misc, arg-type"
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
# number of processors available to use, and will cap the count on Windows to
# avoid hangs.
jobs = 4
jobs = 0
# Minimum Python version to use for version dependent checks. Will default to the
# version used to run pylint.