src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsCheckerDefaults.py

branch
eric7
changeset 9221
bf71ee032bb4
parent 9209
b99e7fd55fd3
child 9276
e6748a5e24b9
equal deleted inserted replaced
9220:e9e7eca7efee 9221:bf71ee032bb4
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 }

eric ide

mercurial