Adding linting for contrib/deploy-onefuzz-via-azure-devops (#256)

This commit is contained in:
Anshuman Goel
2020-11-03 08:39:33 -08:00
committed by GitHub
parent ffeee8e57e
commit 0e04309e33
6 changed files with 234 additions and 9 deletions

View File

@ -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 .