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: