mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
let pylint choose how many CPUs to use
This commit is contained in:
parent
78e6b8f04c
commit
d5bc7a6942
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue