Update azure-pipelines-ci.yml for Azure Pipelines
parent
96e84692ef
commit
1c0d847353
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue