--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/insecureSslTls.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/insecureSslTls.py Sat Apr 20 18:01:36 2024 +0200 @@ -126,7 +126,7 @@ ) -def checkSslWithoutVersion(reportError, context, config): # noqa: U100 +def checkSslWithoutVersion(reportError, context, _config): """ Function to check for SSL use with no version specified. @@ -134,7 +134,7 @@ @type func @param context security context object @type SecurityContext - @param config dictionary with configuration data + @param _config dictionary with configuration data (unused) @type dict """ if (