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

branch
server
changeset 10759
aeb98b3fa008
parent 10753
031cfa81992a
child 11090
f5f5f5803935
equal deleted inserted replaced
10752:3cf5ee0c3e9f 10759:aeb98b3fa008
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