let pylint choose how many CPUs to use
This commit is contained in:
parent
78e6b8f04c
commit
d5bc7a6942
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user