mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Update azure-pipelines-ci.yml for Azure Pipelines
This commit is contained in:
parent
1c0d847353
commit
35c048fe6b
@ -189,11 +189,9 @@ stages:
|
||||
pip install -r requirements_test.txt -c homeassistant/package_constraints.txt
|
||||
displayName: 'Setup Env'
|
||||
- script: |
|
||||
TYPING_FILES=$(cat mypyrc)
|
||||
echo -e "Run mypy on: \n$TYPING_FILES"
|
||||
|
||||
. venv/bin/activate
|
||||
mypy \
|
||||
homeassistant/*.py \
|
||||
homeassistant/auth/ \
|
||||
homeassistant/helpers/ \
|
||||
homeassistant/scripts/ \
|
||||
homeassistant/util/
|
||||
mypy $TYPING_FILES
|
||||
displayName: 'Run mypy'
|
||||
|
Loading…
x
Reference in New Issue
Block a user