--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py Wed Jul 27 15:51:48 2022 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py Wed Jul 27 15:52:14 2022 +0200 @@ -181,6 +181,7 @@ ## ## adapted from: flake8-annotations v2.7.0 ####################################################################### + # TODO: update to v2.9.0 def __checkFunctionAnnotations(self): """ @@ -420,6 +421,7 @@ ## ## adapted from: flake8-annotations-coverage v0.0.5 ####################################################################### + # TODO: update to v0.0.6 def __checkAnnotationsCoverage(self): """ @@ -488,6 +490,7 @@ ## ## adapted from: flake8-annotations-complexity v0.0.6 ####################################################################### + # TODO: update to v0.0.7 def __checkAnnotationComplexity(self): """ @@ -601,6 +604,7 @@ ## ## adapted from: flake8-future-annotations v0.0.4 ####################################################################### + # TODO: update to v0.0.5 def __checkAnnotationsFuture(self): """