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

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/insecureSslTls.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/insecureSslTls.py	Thu May 25 19:51:47 2023 +0200
@@ -126,7 +126,7 @@
             )
 
 
-def checkSslWithoutVersion(reportError, context, config):
+def checkSslWithoutVersion(reportError, context, config):  # noqa: U100
     """
     Function to check for SSL use with no version specified.
 

eric ide

mercurial