pulumi/sdk/python/mypy.ini

16 lines
230 B
INI
Raw Normal View History

2020-01-17 23:45:08 +01:00
# Global options:
[mypy]
# Per-module options:
[mypy-dill]
ignore_missing_imports = True
[mypy-google.protobuf.pyext._message]
ignore_missing_imports = True
2020-01-17 23:45:08 +01:00
# grpc generated
[mypy-pulumi.runtime.proto.*]
ignore_errors = True