--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py Sat May 20 19:50:13 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py Sun May 21 15:26:11 2023 +0200 @@ -61,8 +61,9 @@ "AnnotationsChecker", "missing 'from __future__ import annotations'" ), "A873": QCoreApplication.translate( - "AnnotationsChecker", "missing 'from __future__ import annotations' but uses" - " simplified type annotations: {0}" + "AnnotationsChecker", + "missing 'from __future__ import annotations' but uses simplified type" + " annotations: {0}", ), "A881": QCoreApplication.translate( "AnnotationsChecker", "type annotation coverage of {0}% is too low"