--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py Mon Feb 17 16:28:25 2025 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py Mon Feb 17 17:09:25 2025 +0100 @@ -154,6 +154,11 @@ "Y402": QCoreApplication.translate( "SimplifyChecker", """Use keyword-argument instead of magic number""" ), + # f-Strings + "Y411": QCoreApplication.translate( + "SimplifyChecker", "Do not nest f-strings" + ), + # Additional Checks "Y901": QCoreApplication.translate( "SimplifyChecker", '''Use "{0}" instead of "{1}"''' ),