mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 16:45:19 +02:00
Update azure-pipelines-ci.yml for Azure Pipelines
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user