You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mypy cannot reflect on classes that are not recognized as properly typed. Providing the py.typed file enables mypy to search the Python files and reflect on the used types correctly. betterproto2 itself provides this file, the compiled output does not unfortunately.
The Ideal Solution
Generate an empty py.typed file on compilation
The Current Solution
Users need to create the file themselves after the fact