Restore pylint concurrency (#47221)
parent
084cfa4a1d
commit
a2b13785c2
|
@ -22,8 +22,7 @@ ignore = [
|
||||||
]
|
]
|
||||||
# Use a conservative default here; 2 should speed up most setups and not hurt
|
# Use a conservative default here; 2 should speed up most setups and not hurt
|
||||||
# any too bad. Override on command line as appropriate.
|
# 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 = [
|
load-plugins = [
|
||||||
"pylint_strict_informational",
|
"pylint_strict_informational",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue