--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py Sat May 20 19:50:13 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py Sun May 21 15:26:11 2023 +0200 @@ -47,6 +47,7 @@ ## Annotations Future "A871", "A872", + "A873", ## Annotation Coverage "A881", ## Annotation Complexity @@ -109,7 +110,7 @@ "A401", ), ), - (self.__checkAnnotationsFuture, ("A871", "A872")), + (self.__checkAnnotationsFuture, ("A871", "A872", "A873")), (self.__checkAnnotationsCoverage, ("A881",)), (self.__checkAnnotationComplexity, ("A891", "A892")), ]