mirror of https://github.com/pulumi/pulumi.git
22 lines
352 B
INI
22 lines
352 B
INI
# Global options:
|
|
|
|
[mypy]
|
|
|
|
# The minimum Python version we support
|
|
python_version = 3.8
|
|
|
|
# Per-module options:
|
|
|
|
[mypy-dill]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-google.protobuf.pyext._message]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-google.protobuf.pyext]
|
|
ignore_missing_imports = True
|
|
|
|
# grpc generated
|
|
[mypy-pulumi.runtime.proto.*]
|
|
ignore_errors = True
|