eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py

changeset 7242
799f9ec0d4e6
parent 6942
2602857055c5
child 7246
c32a350d2414
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py	Tue Sep 17 19:20:18 2019 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py	Tue Sep 17 19:21:41 2019 +0200
@@ -342,6 +342,9 @@
         complexityChecker.run()
         stats.update(complexityChecker.counters)
         errors += complexityChecker.errors
+        
+        # check function annotations
+        # TODO: implement function annotation checker (see flake8-annotations)
     
     errorsDict = {}
     for _fname, lineno, position, text in errors:

eric ide

mercurial