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

@ -3,9 +3,9 @@ name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
black = "==20.8b1"
pylint = "*"
requests = "*"
[requires]