update contrib deploy dependencies (#847)

This commit is contained in:
bmc-msft
2021-05-03 11:47:30 -04:00
committed by GitHub
parent f255301425
commit b5d3c53de4
3 changed files with 59 additions and 99 deletions

View File

@ -8,7 +8,8 @@ deps =
pipenv
commands =
python -m pip install --upgrade pip
pipenv install --dev
pipenv run pipenv check
pipenv check
pipenv run black --diff --check .
pipenv run pylint .