--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsCheckerDefaults.py Fri Jun 07 13:58:16 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsCheckerDefaults.py Sun Jun 09 12:59:51 2024 +0200 @@ -15,6 +15,7 @@ "AllowUntypedNested": False, "MypyInitReturn": False, "AllowStarArgAny": False, + "RespectTypeIgnore": False, "DispatchDecorators": ["singledispatch", "singledispatchmethod"], "OverloadDecorators": ["overload"], # Annotation Coverage