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

branch
eric7
changeset 10753
031cfa81992a
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10751:d4dbb6b75bdc 10753:031cfa81992a
13 "SuppressDummyArgs": False, 13 "SuppressDummyArgs": False,
14 "AllowUntypedDefs": False, 14 "AllowUntypedDefs": False,
15 "AllowUntypedNested": False, 15 "AllowUntypedNested": False,
16 "MypyInitReturn": False, 16 "MypyInitReturn": False,
17 "AllowStarArgAny": False, 17 "AllowStarArgAny": False,
18 "RespectTypeIgnore": False,
18 "DispatchDecorators": ["singledispatch", "singledispatchmethod"], 19 "DispatchDecorators": ["singledispatch", "singledispatchmethod"],
19 "OverloadDecorators": ["overload"], 20 "OverloadDecorators": ["overload"],
20 # Annotation Coverage 21 # Annotation Coverage
21 "MinimumCoverage": 75, # % of type annotation coverage 22 "MinimumCoverage": 75, # % of type annotation coverage
22 # Annotation Complexity 23 # Annotation Complexity

eric ide

mercurial