Skip to content

Commit 9fff6fc

Browse files
committed
chore: broaden global ignores in centralized mypy.ini to cover base modules
1 parent 8316d53 commit 9fff6fc

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

mypy.ini

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,31 @@ ignore_missing_imports = True
2727
[mypy-flask]
2828
ignore_missing_imports = True
2929

30-
[mypy-google.api.*]
30+
[mypy-google.api,google.api.*]
3131
ignore_missing_imports = True
3232

3333
[mypy-google.colab]
3434
ignore_missing_imports = True
3535

36-
[mypy-google.iam.*]
36+
[mypy-google.iam,google.iam.*]
3737
ignore_missing_imports = True
3838

39-
[mypy-google.longrunning.*]
39+
[mypy-google.longrunning,google.longrunning.*]
4040
ignore_missing_imports = True
4141

42-
[mypy-google.oauth2.*]
42+
[mypy-google.oauth2,google.oauth2.*]
4343
ignore_missing_imports = True
4444

45-
[mypy-google.protobuf.*]
45+
[mypy-google.protobuf,google.protobuf.*]
4646
ignore_missing_imports = True
4747

48-
[mypy-google.rpc.*]
48+
[mypy-google.rpc,google.rpc.*]
4949
ignore_missing_imports = True
5050

51-
[mypy-google.type.*]
51+
[mypy-google.type,google.type.*]
5252
ignore_missing_imports = True
5353

54-
[mypy-grpc.*]
54+
[mypy-grpc,grpc.*]
5555
ignore_missing_imports = True
5656

5757
[mypy-grpc_status]
@@ -63,7 +63,7 @@ ignore_missing_imports = True
6363
[mypy-ipywidgets]
6464
ignore_missing_imports = True
6565

66-
[mypy-proto.*]
66+
[mypy-proto,proto.*]
6767
ignore_missing_imports = True
6868

6969
[mypy-pyarrow.*]

0 commit comments

Comments
 (0)