From 1c0d8473532e091cb10b6e09fcdfe80773f70d5d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 31 Jul 2019 09:19:45 +0200 Subject: [PATCH] Update azure-pipelines-ci.yml for Azure Pipelines --- azure-pipelines-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index cd8fe914fe3..bdf37623f22 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -190,6 +190,10 @@ stages: displayName: 'Setup Env' - script: | . venv/bin/activate - TYPING_FILES=$(cat mypyrc) - mypy $TYPING_FILES + mypy \ + homeassistant/*.py \ + homeassistant/auth/ \ + homeassistant/helpers/ \ + homeassistant/scripts/ \ + homeassistant/util/ displayName: 'Run mypy'