Autoformat files after rendering

This commit is contained in:
Daniel G. Taylor
2019-10-28 20:44:50 -07:00
parent 6fd9612ee1
commit 7e2dc595db
4 changed files with 63 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ protobuf = "*"
jinja2 = "*"
grpclib = "*"
stringcase = "*"
black = "*"
[requires]
python_version = "3.7"
@@ -23,3 +24,6 @@ python_version = "3.7"
plugin = "protoc --plugin=protoc-gen-custom=betterproto/plugin.py --custom_out=output"
generate = "python betterproto/tests/generate.py"
test = "pytest ./betterproto/tests"
[pipenv]
allow_prereleases = true