Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit 9f46217

Browse files
committed
Ignore mypy errors from google.cloud.error_reporting
1 parent 1deba97 commit 9f46217

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ show_column_numbers = True
2121
[mypy-google.cloud]
2222
ignore_missing_imports = True
2323

24+
[mypy-google.cloud.error_reporting]
25+
ignore_missing_imports = True
26+
2427
[mypy-google.cloud.logging]
2528
ignore_missing_imports = True
2629

0 commit comments

Comments
 (0)