-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mypy support #288
Add mypy support #288
Conversation
Hello @ido-namely ! 👋 |
a7eee59
to
378ab83
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @maxjakob for the contribution!
I left a few comments but the PR looks really good!
I also suggest to add tests in https://github.com/namely/docker-protoc/blob/master/all/test/all_test.go, should be straightforward.
Might be better if I let the build run after that.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for the feedback @ido-namely! I addressed most of your comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
almost there :)
Co-authored-by: Ido David <[email protected]>
Enable the
protoc-gen-mypy
plugin through https://github.com/nipunn1313/mypy-protobuf.Addresses #81.