mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 02:28:10 +00:00
Adding linting for contrib/deploy-onefuzz-via-azure-devops (#256)
This commit is contained in:
@ -1,13 +1,14 @@
|
||||
[tox]
|
||||
envlist = py38
|
||||
skipsdist = True
|
||||
skip_missing_interpreters=True
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
|
||||
deps =
|
||||
pipenv
|
||||
|
||||
commands =
|
||||
pipenv install --dev
|
||||
pipenv run pipenv check
|
||||
pipenv run black --diff --check .
|
||||
pipenv run pylint .
|
||||
|
Reference in New Issue
Block a user