--- 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: