mirror of https://github.com/pulumi/pulumi.git
19 lines
290 B
INI
19 lines
290 B
INI
# Global options:
|
|
|
|
[mypy]
|
|
|
|
# Per-module options:
|
|
|
|
[mypy-dill]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-google.protobuf.pyext._message]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-google.protobuf.pyext]
|
|
ignore_missing_imports = True
|
|
|
|
# grpc generated
|
|
[mypy-pulumi.runtime.proto.*]
|
|
ignore_errors = True
|