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
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
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.
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.