--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/awsHardcodedPassword.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/awsHardcodedPassword.py Thu May 25 19:51:47 2023 +0200 @@ -72,7 +72,7 @@ return entropy -def checkHardcodedAwsKey(reportError, context, config): +def checkHardcodedAwsKey(reportError, context, config): # noqa: U100 """ Function to check for potentially hardcoded AWS passwords.