Add mypy protobufs plugin and regenerate protobufs

This commit is contained in:
Alex Stokes
2019-08-15 16:01:44 -07:00
parent 125c5d8e2c
commit 0f81ca42a6
4 changed files with 131 additions and 46 deletions

View File

@ -11,6 +11,7 @@ extras_require = {
],
"lint": [
"mypy>=0.701,<1.0",
"mypy-protobuf==1.15",
"black==19.3b0",
"isort==4.3.21",
"flake8>=3.7.7,<4.0.0",