pulumi/sdk/python/mypy.ini

17 lines
205 B
INI
Raw Normal View History

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