mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 03:18:07 +00:00
Ensure wheel
updated when pipenv check
invoked (#2593)
This commit is contained in:
@ -9,13 +9,9 @@ deps =
|
|||||||
|
|
||||||
commands =
|
commands =
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
python -m pip install --upgrade wheel
|
||||||
pipenv install --dev
|
pipenv install --dev
|
||||||
|
pipenv check
|
||||||
# Temporarily ignore unreachable (and non-actionable)
|
|
||||||
# DoS in `wheel`.
|
|
||||||
#
|
|
||||||
# See: microsoft/onefuzz#2593
|
|
||||||
pipenv check -i 51499
|
|
||||||
|
|
||||||
pipenv run black --diff --check .
|
pipenv run black --diff --check .
|
||||||
pipenv run pylint .
|
pipenv run pylint .
|
||||||
|
Reference in New Issue
Block a user