Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 7f4c223

Browse files
gcf-owl-bot[bot]mukund-ananthu
authored andcommitted
Merge branch 'snippetsTypeFix' of https://github.com/googleapis/python-pubsub into snippetsTypeFix
2 parents e351182 + ae2fc69 commit 7f4c223

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

samples/snippets/mypy.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ warn_unused_configs = True
66

77
; Ignore errors caused due to missing library stubs or py.typed marker
88
; Refer https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-library-stubs-or-py-typed-marker
9+
; Errors ignored instead of adding stubs as as a workaround, since this directory contains sample code
10+
; that does not affect the functionality of the client library.
911
[mypy-avro.*,backoff,flaky,google.cloud.*]
1012
ignore_missing_imports = True

0 commit comments

Comments
 (0)