We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc2e16 commit fa0c6fdCopy full SHA for fa0c6fd
stubs/protobuf/METADATA.toml
@@ -1,7 +1,9 @@
1
version = "4.24.*"
2
upstream_repository = "https://github.com/protocolbuffers/protobuf"
3
extra_description = "Generated using [mypy-protobuf==3.5.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.5.0) on protobuf==4.21.8"
4
-partial_stub = true
+# Namespace packages shouldn't have py.typed files at the root. See #11254
5
+# This could be better reolved in stub_uploader, but in the mean time, this stays false.
6
+partial_stub = false
7
8
[tool.stubtest]
9
ignore_missing_stub = true
0 commit comments