--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py Mon Feb 24 15:43:49 2025 +0100 @@ -45,7 +45,9 @@ # try-except and contextlib.suppress "S-110": QCoreApplication.translate("Security", "Try, Except, Pass detected."), "S-112": QCoreApplication.translate("Security", "Try, Except, Continue detected."), - "S-113": QCoreApplication.translate("Security", "'contextlib.suppress()' detected."), + "S-113": QCoreApplication.translate( + "Security", "'contextlib.suppress()' detected." + ), # request without timeout "S-114.1": QCoreApplication.translate("Security", "Call to {0} without timeout."), "S-114.2": QCoreApplication.translate(