Skip to content

Commit

Permalink
Merge branch 'snippetsTypeFix' of https://github.com/googleapis/pytho…
Browse files Browse the repository at this point in the history
…n-pubsub into snippetsTypeFix
  • Loading branch information
gcf-owl-bot[bot] authored and mukund-ananthu committed Jun 7, 2024
2 parents e351182 + ae2fc69 commit 7f4c223
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/snippets/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ warn_unused_configs = True

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

0 comments on commit 7f4c223

Please sign in to comment.