Update azure-pipelines-ci.yml for Azure Pipelines

pull/25601/head
Pascal Vizeli 2019-07-31 09:19:45 +02:00
parent 96e84692ef
commit 1c0d847353
1 changed files with 6 additions and 2 deletions

View File

@ -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'