mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-11 01:31:38 +00:00
Only ignore known issue (#2595)
This commit is contained in:
parent
d655fcd5c4
commit
e6dd1ac35b
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user