Merge pull request #15804 from brave/remove-pylintrc-jobs-param

Remove jobs param to not hang presubmits on Windows when only 1 job is run.
This commit is contained in:
Aleksey Khoroshilov
2022-11-04 23:29:06 +07:00
committed by GitHub
-4
View File
@@ -25,10 +25,6 @@ ignore-patterns=
# pygtk.require().
#init-hook=
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
# number of processors available to use.
jobs=0
# Control the amount of potential inferred values when inferring a single
# object. This can help the performance when dealing with large functions or
# complex, nested conditions.