mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +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
|
pip install -r requirements_test.txt -c homeassistant/package_constraints.txt
|
||||||
displayName: 'Setup Env'
|
displayName: 'Setup Env'
|
||||||
- script: |
|
- script: |
|
||||||
|
TYPING_FILES=$(cat mypyrc)
|
||||||
|
echo -e "Run mypy on: \n$TYPING_FILES"
|
||||||
|
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
mypy \
|
mypy $TYPING_FILES
|
||||||
homeassistant/*.py \
|
|
||||||
homeassistant/auth/ \
|
|
||||||
homeassistant/helpers/ \
|
|
||||||
homeassistant/scripts/ \
|
|
||||||
homeassistant/util/
|
|
||||||
displayName: 'Run mypy'
|
displayName: 'Run mypy'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user