File size: 223 Bytes
51ff9e5
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
[mypy]
warn_unused_configs = True
ignore_missing_imports = True
check_untyped_defs = True
explicit_package_bases = True
warn_unreachable = True
warn_redundant_casts = True
no_implicit_optional = True
strict_optional = True