diff -r c3cf24fe9113 -r f8371a2dd08f src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py --- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py Tue Oct 22 17:22:53 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py Tue Oct 22 17:49:41 2024 +0200 @@ -316,7 +316,7 @@ "MiscellaneousChecker", "Do not use mutable data structures for argument defaults. They are created" " during function definition time. All calls to the function reuse this one" - " instance of that data structure, persisting changes between them." + " instance of that data structure, persisting changes between them.", ), "M507": QCoreApplication.translate( "MiscellaneousChecker", @@ -329,7 +329,7 @@ " only once at function definition time. All calls to your function will reuse" " the result of that definition-time function call. If this is intended," " assign the function call to a module-level variable and use that variable as" - " a default value." + " a default value.", ), "M509": QCoreApplication.translate( "MiscellaneousChecker",