File size: 216 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[mypy]
python_version = 3.10
warn_unused_configs = True
ignore_missing_imports = True
# Per-module options:
[mypy-azure.appconfiguration._generated.*]
ignore_errors = True
[mypy-azure.core.*]
ignore_errors = True
|