pulumi/sdk/python/mypy.ini
Levi Blackstone 7efb88de3e
Allow oversize protocol buffers (#3895)
Set an option to increase the memory limit on protobuf
parsing so that we can handle larger gRPC payloads.

Co-authored-by: Evan Boyle <EvanBoyle@users.noreply.github.com>
2020-02-10 15:30:42 -07:00

20 lines
274 B
INI

# Global options:
[mypy]
# Per-module options:
[mypy-grpc]
ignore_missing_imports = True
[mypy-dill]
ignore_missing_imports = True
[mypy-google.protobuf.pyext._message]
ignore_missing_imports = True
# grpc generated
[mypy-pulumi.runtime.proto.*]
ignore_errors = True