--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/__init__.py Thu Jul 28 19:44:54 2022 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/__init__.py Fri Jul 29 16:29:31 2022 +0200 @@ -10,7 +10,7 @@ import collections import os -# TODO: update to bandit v1.7.4 + def generateCheckersDict(): """ Function to generate the dictionary with checkers. @@ -23,6 +23,7 @@ @return dictionary containing list of tuples with checker data @rtype dict """ + # TODO: update to bandit v1.7.4 checkersDict = collections.defaultdict(list) checkersDirectory = os.path.dirname(__file__)