--- 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.