diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/blackListImports.py --- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/blackListImports.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/blackListImports.py Thu May 25 19:51:47 2023 +0200 @@ -73,7 +73,7 @@ } -def checkBlacklist(reportError, context, config): +def checkBlacklist(reportError, context, config): # noqa: U100 """ Function to check for blacklisted method calls.