Update azure-pipelines-ci.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-07-31 09:19:45 +02:00
parent 96e84692ef
commit 1c0d847353

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'