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

branch
eric7
changeset 9274
86fab0c74430
parent 9221
bf71ee032bb4
child 9276
e6748a5e24b9
diff -r 5c6a9210d291 -r 86fab0c74430 src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py
--- 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):
         """

eric ide

mercurial