add types-requests (#973)

This commit is contained in:
bmc-msft
2021-06-09 13:01:17 -04:00
committed by GitHub
parent da931b3a5c
commit 4f6e4dbbec

View File

@ -306,7 +306,7 @@ jobs:
set -ex set -ex
cd src/deployment cd src/deployment
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install mypy isort black pip install mypy isort black types-requests
mypy . mypy .
isort --profile black . --check isort --profile black . --check
black . --check black . --check