pulumi/sdk/python/mypy.ini
Anton Tayanovskyy b77f32930c
Remote component py SDK (#6715)
* Python support for authoring resource providers for multi-lang

* Support for passing prompt values to Python resource providers
2021-04-15 14:49:51 -04:00

18 lines
275 B
INI

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