9273:5c6a9210d291 | 9274:86fab0c74430 |
---|---|
8 """ | 8 """ |
9 | 9 |
10 import collections | 10 import collections |
11 import os | 11 import os |
12 | 12 |
13 | 13 # TODO: update to bandit v1.7.4 |
14 def generateCheckersDict(): | 14 def generateCheckersDict(): |
15 """ | 15 """ |
16 Function to generate the dictionary with checkers. | 16 Function to generate the dictionary with checkers. |
17 | 17 |
18 Checker modules are searched for inside this package. Each module | 18 Checker modules are searched for inside this package. Each module |