mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 11:58: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
|
||||
cd src/deployment
|
||||
python -m pip install --upgrade pip
|
||||
pip install mypy isort black
|
||||
pip install mypy isort black types-requests
|
||||
mypy .
|
||||
isort --profile black . --check
|
||||
black . --check
|
||||
|
Reference in New Issue
Block a user