pulumi/sdk/python/mypy.ini
Anton Tayanovskyy 13f63e9648
Fix bug in semver usage by enabling typechecking (#6833)
* Fix bug in semver usage by enabling typechecking

* Add CHANGELOG note
2021-04-21 15:48:57 -04:00

16 lines
230 B
INI

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