[mypy] | |
python_version = 3.8 | |
warn_return_any = True | |
warn_unused_configs = True | |
ignore_missing_imports = True | |
# Per-module options: | |
[mypy-azure.communication.*._generated.*] | |
ignore_errors = True | |
[mypy-azure.core.*] | |
ignore_errors = True | |
[mypy] | |
python_version = 3.8 | |
warn_return_any = True | |
warn_unused_configs = True | |
ignore_missing_imports = True | |
# Per-module options: | |
[mypy-azure.communication.*._generated.*] | |
ignore_errors = True | |
[mypy-azure.core.*] | |
ignore_errors = True | |