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

branch
eric7
changeset 9221
bf71ee032bb4
parent 9209
b99e7fd55fd3
child 9276
e6748a5e24b9
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsCheckerDefaults.py	Wed Jul 13 11:16:20 2022 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsCheckerDefaults.py	Wed Jul 13 14:55:47 2022 +0200
@@ -16,10 +16,8 @@
     "MypyInitReturn": False,
     "DispatchDecorators": ["singledispatch", "singledispatchmethod"],
     "OverloadDecorators": ["overload"],
-    
     # Annotation Coverage
-    "MinimumCoverage": 75,      # % of type annotation coverage
-    
+    "MinimumCoverage": 75,  # % of type annotation coverage
     # Annotation Complexity
     "MaximumComplexity": 3,
     "MaximumLength": 7,

eric ide

mercurial