mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Restore pylint concurrency (#47221)
This commit is contained in:
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…
x
Reference in New Issue
Block a user