--- a/eric7.epj Mon Oct 24 14:23:39 2022 +0200 +++ b/eric7.epj Mon Oct 24 15:12:28 2022 +0200 @@ -8,12 +8,14 @@ "CHECKERSPARMS": { "Pep8Checker": { "AnnotationsChecker": { + "AllowStarArgAny": false, "AllowUntypedDefs": false, "AllowUntypedNested": false, "DispatchDecorators": [ "singledispatch", "singledispatchmethod" ], + "ForceFutureAnnotations": false, "MaximumComplexity": 3, "MaximumLength": 7, "MinimumCoverage": 75,