src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/awsHardcodedPassword.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10169
0f70a4ef4592
--- 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.
 

eric ide

mercurial