--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/requestWithoutTimeout.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/requestWithoutTimeout.py Thu May 25 19:51:47 2023 +0200 @@ -29,7 +29,7 @@ } -def checkRequestWithouTimeout(reportError, context, config): +def checkRequestWithouTimeout(reportError, context, config): # noqa: U100 """ Function to check for use of requests without timeout.