mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 20:08:09 +00:00
add types-requests (#973)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user