File size: 237 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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