Skip to content

Commit 9b403cb

Browse files
committed
fix: add google.type to mypy ignores
1 parent 485e7db commit 9b403cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ exclude = (?x)(
2020
[mypy-google.iam.*]
2121
ignore_missing_imports = True
2222

23+
[mypy-google.type.*]
24+
ignore_missing_imports = True
25+
2326

2427
# ==============================================================================
2528
# PACKAGE-SPECIFIC OVERRIDES

0 commit comments

Comments
 (0)