Only ignore known issue (#2595)

This commit is contained in:
Joe Ranweiler 2022-11-02 13:27:45 -07:00 committed by GitHub
parent d655fcd5c4
commit e6dd1ac35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,12 @@ deps =
commands =
python -m pip install --upgrade pip
pipenv install --dev
# pipenv check # temporary, see microsoft/onefuzz#2593
# Temporarily ignore unreachable (and non-actionable)
# DoS in `wheel`.
#
# See: microsoft/onefuzz#2593
pipenv check -i 51499
pipenv run black --diff --check .
pipenv run pylint .