--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py Thu Nov 30 11:59:40 2023 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py Thu Nov 30 16:39:46 2023 +0100 @@ -510,27 +510,6 @@ "MiscellaneousChecker", "format call provides unused keyword ({0})", ), - ## Logging - "M651": QCoreApplication.translate( - "MiscellaneousChecker", - "logging statement uses string.format()", - ), - "M652": QCoreApplication.translate( - "MiscellaneousChecker", - "logging statement uses '%'", # __IGNORE_WARNING_M601__ - ), - "M653": QCoreApplication.translate( - "MiscellaneousChecker", - "logging statement uses '+'", - ), - "M654": QCoreApplication.translate( - "MiscellaneousChecker", - "logging statement uses f-string", - ), - "M655": QCoreApplication.translate( - "MiscellaneousChecker", - "logging statement uses 'warn' instead of 'warning'", - ), ## Future statements "M701": QCoreApplication.translate( "MiscellaneousChecker",