diff -r 7f643d41464e -r f904d0eef264 eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py --- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py Wed Jun 17 17:12:21 2020 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py Wed Jun 17 20:18:54 2020 +0200 @@ -364,10 +364,10 @@ # hardcoded AWS passwords "S801": QCoreApplication.translate( "Security", - "Possible hardcoded AWS access key ID: {0:r}"), + "Possible hardcoded AWS access key ID: {0}"), "S802": QCoreApplication.translate( "Security", - "Possible hardcoded AWS secret access key: {0:r}"), + "Possible hardcoded AWS secret access key: {0}"), # Syntax error "S999": QCoreApplication.translate( @@ -410,8 +410,8 @@ "S609": ["os.system"], - "S801": ["A1B2C3D4E5F6G7H8I9J0"], - "S802": ["aA1bB2cC3dD4/eE5fF6gG7+hH8iI9jJ0=kKlLM+="], + "S801": ["A1B2C3D4E5F6G7H8I9J0"], # secok + "S802": ["aA1bB2cC3dD4/eE5fF6gG7+hH8iI9jJ0=kKlLM+="], # secok "S999": ["SyntaxError", "Invalid Syntax"], }