mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 02:58:10 +00:00
Temporarily disable pipenv check
call (#2594)
This commit is contained in:
@ -10,6 +10,6 @@ deps =
|
|||||||
commands =
|
commands =
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pipenv install --dev
|
pipenv install --dev
|
||||||
pipenv check
|
# pipenv check # temporary, see microsoft/onefuzz#2593
|
||||||
pipenv run black --diff --check .
|
pipenv run black --diff --check .
|
||||||
pipenv run pylint .
|
pipenv run pylint .
|
||||||
|
Reference in New Issue
Block a user