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

branch
eric7
changeset 10043
f1427d95cfde
parent 9653
e67609152c5e
child 10087
65b7354b0d4c
equal deleted inserted replaced
10042:ca636e8d80fd 10043:f1427d95cfde
22 # Annotation Complexity 22 # Annotation Complexity
23 "MaximumComplexity": 3, 23 "MaximumComplexity": 3,
24 "MaximumLength": 7, 24 "MaximumLength": 7,
25 # Annotations Future 25 # Annotations Future
26 "ForceFutureAnnotations": False, 26 "ForceFutureAnnotations": False,
27 "CheckFutureAnnotations": False,
27 } 28 }

eric ide

mercurial