@@ -39,6 +39,42 @@ replacements:
3939 "google-cloud-core >= 2.0.0, <3.0.0",
4040 "grpcio >= 1.59.0, < 2.0.0",
4141 count : 1
42+ - paths : [
43+ " packages/google-cloud-datastore/mypy.ini" ,
44+ ]
45+ before : |-
46+ # Performance: reuse results from previous runs to speed up 'nox'
47+ incremental = True
48+ after : |-
49+ # Performance: reuse results from previous runs to speed up "nox"
50+ incremental = True
51+
52+ [mypy-google.cloud.datastore._app_engine_key_pb2]
53+ ignore_errors = True
54+
55+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2410):
56+ # Remove once this generator bug is fixed
57+ [mypy-google.cloud.datastore_v1.services.datastore.async_client]
58+ ignore_errors = True
59+
60+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2410):
61+ # Remove once this generator bug is fixed
62+ [mypy-google.cloud.datastore_v1.services.datastore.client]
63+ ignore_errors = True
64+ count : 1
65+ - paths : [
66+ " packages/google-cloud-datastore/mypy.ini" ,
67+ ]
68+ before : |
69+ ignore_missing_imports = False
70+
71+ # TODO\(https://github.com/googleapis/gapic-generator-python/issues/2563\):
72+ # Dependencies that historically lacks py.typed markers
73+ \[mypy-google\.iam\.\*\]
74+ ignore_missing_imports = True
75+ after : |
76+ ignore_missing_imports = True
77+ count : 1
4278 - paths : [
4379 " packages/google-cloud-datastore/docs/index.rst" ,
4480 ]
0 commit comments