199 (checkBlacklist, tuple(_blacklists.keys())), |
199 (checkBlacklist, tuple(_blacklists.keys())), |
200 ], |
200 ], |
201 } |
201 } |
202 |
202 |
203 |
203 |
204 def checkBlacklist(reportError, context, config): |
204 def checkBlacklist(reportError, context, config): # noqa: U100 |
205 """ |
205 """ |
206 Function to check for blacklisted method calls. |
206 Function to check for blacklisted method calls. |
207 |
207 |
208 @param reportError function to be used to report errors |
208 @param reportError function to be used to report errors |
209 @type func |
209 @type func |