nipunn1313 / mypy-protobuf

open source tools to generate mypy stubs from protobufs
Apache License 2.0
647 stars 80 forks source link

Add mypy error code to type ignore. #547

Closed wwuck closed 1 year ago

wwuck commented 1 year ago

This supports running mypy with ignore-without-code.

Fixes #544

wwuck commented 1 year ago

I ran black on this and it changed some other files, but then run_test.sh changed them back again.

nipunn1313 commented 1 year ago

lgtm thanks!