14 "AllowUntypedDefs": False, |
14 "AllowUntypedDefs": False, |
15 "AllowUntypedNested": False, |
15 "AllowUntypedNested": False, |
16 "MypyInitReturn": False, |
16 "MypyInitReturn": False, |
17 "DispatchDecorators": ["singledispatch", "singledispatchmethod"], |
17 "DispatchDecorators": ["singledispatch", "singledispatchmethod"], |
18 "OverloadDecorators": ["overload"], |
18 "OverloadDecorators": ["overload"], |
19 |
|
20 # Annotation Coverage |
19 # Annotation Coverage |
21 "MinimumCoverage": 75, # % of type annotation coverage |
20 "MinimumCoverage": 75, # % of type annotation coverage |
22 |
|
23 # Annotation Complexity |
21 # Annotation Complexity |
24 "MaximumComplexity": 3, |
22 "MaximumComplexity": 3, |
25 "MaximumLength": 7, |
23 "MaximumLength": 7, |
26 } |
24 } |