--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/snmpSecurity.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/snmpSecurity.py Thu May 25 19:51:47 2023 +0200 @@ -32,7 +32,7 @@ } -def checkInsecureVersion(reportError, context, config): +def checkInsecureVersion(reportError, context, config): # noqa: U100 """ Function to check for the use of insecure SNMP version like v1, v2c. @@ -58,7 +58,7 @@ ) -def checkWeakCryptography(reportError, context, config): +def checkWeakCryptography(reportError, context, config): # noqa: U100 """ Function to check for the use of insecure SNMP cryptography (i.e. v3 using noAuthNoPriv).