From 1c0814d6f67e8b5ef4bea3f490377898e775c582 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 19 Oct 2019 13:42:49 +0200 Subject: [PATCH] Run pylint parallel (#27919) --- azure-pipelines-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index f1abf2ff9db..1ca834b6213 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -167,7 +167,7 @@ stages: displayName: 'Install Home Assistant' - script: | . venv/bin/activate - pylint homeassistant + pylint -j 2 homeassistant displayName: 'Run pylint' - job: 'Mypy' pool: