Add type annotation checks to CI #477
Labels
api: pubsub
Issues related to the googleapis/python-pubsub API.
type: process
A process-related concern. May include testing, release, or the like.
We do not run static type checks on the code, but we probably should, which will allow us to safely incrementally annotate the library code, i.e. without incorrect annotation that would break users' checks.
Something similar to the pull request that we merged a few months ago in BigQuery.
(the scope of the issue can be extended to also include annotating all public methods)Will be done separately.The text was updated successfully, but these errors were encountered: