src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py

branch
eric7
changeset 11141
2f5f73c51c7c
parent 11090
f5f5f5803935
child 11145
d328a7b74fd8
--- 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}"'''
     ),

eric ide

mercurial