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

@@ -19,6 +19,6 @@ setup(
package_data={"betterproto": ["py.typed", "templates/template.py"]},
python_requires=">=3.7",
install_requires=["grpclib", "stringcase"],
extras_require={"compiler": ["jinja2", "protobuf"]},
extras_require={"compiler": ["black", "jinja2", "protobuf"]},
zip_safe=False,
)