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'