Restore pylint concurrency (#47221)
This commit is contained in:
parent
084cfa4a1d
commit
a2b13785c2
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ ignore = [
|
|||
]
|
||||
# Use a conservative default here; 2 should speed up most setups and not hurt
|
||||
# any too bad. Override on command line as appropriate.
|
||||
# Disabled for now: https://github.com/PyCQA/pylint/issues/3584
|
||||
#jobs = 2
|
||||
jobs = 2
|
||||
load-plugins = [
|
||||
"pylint_strict_informational",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue