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

branch
eric7
changeset 11148
15e30f0c76a8
parent 11147
dee6e106b4d3
diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py	Mon Feb 24 15:43:49 2025 +0100
@@ -63,7 +63,7 @@
     ),
     "L-111c": QCoreApplication.translate(
         "LoggingChecker",
-        "avoid pre-formatting log messages using '%'",  # noqa: M601
+        "avoid pre-formatting log messages using '%'",  # noqa: M-601
     ),
     "L-111d": QCoreApplication.translate(
         "LoggingChecker",
@@ -94,7 +94,7 @@
 _loggingMessagesSampleArgs = {
     ## Logging
     "L-103": ["'pathname'"],
-    "L-112": [3, "'%'", 2],  # noqa: M601
+    "L-112": [3, "'%'", 2],  # noqa: M-601
     "L-113a": ["'foo', 'bar'"],
     "L-113b": ["'foo', 'bar'"],
 }

eric ide

mercurial