mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
I added stubtest testing for generated files within mypy-protobuf. There are many ways in which the protobuf code is doing *weird* things and we want the stubs to look a bit different. They're enumerated in the `stubtest_allowlist.txt` of mypy-protobuf, so squashing them here so that this one can focus on the non-generated files.