ProjectFlask/FlaskBabelExtension/PyBabelProjectExtension.py

branch
eric7
changeset 84
f39230b845e4
parent 83
d8788dc3442f
child 85
fcb5126077b1
--- a/ProjectFlask/FlaskBabelExtension/PyBabelProjectExtension.py	Sat Dec 23 15:48:52 2023 +0100
+++ b/ProjectFlask/FlaskBabelExtension/PyBabelProjectExtension.py	Sat Dec 23 17:08:59 2023 +0100
@@ -89,7 +89,7 @@
         )
         self.pybabelInstallAct.setStatusTip(
             self.tr(
-                "Installs the flask-babel extension into the configured" " environment"
+                "Installs the flask-babel extension into the configured environment"
             )
         )
         self.pybabelInstallAct.setWhatsThis(
@@ -446,7 +446,7 @@
                     None,
                     self.tr("Process Generation Error"),
                     self.tr(
-                        "The translations editor process ({0}) could" " not be started."
+                        "The translations editor process ({0}) could not be started."
                     ).format(os.path.basename(editor)),
                 )
 
@@ -523,7 +523,7 @@
 
                 self.__ericProject.appendFile(langFile)
 
-    def compileCatalogs(self, filenames):
+    def compileCatalogs(self, filenames):  # noqa: U100
         """
         Public method to compile the message catalogs.
 
@@ -617,7 +617,7 @@
                         if fullName.endswith(".mo"):
                             self.__ericProject.appendFile(fullName)
 
-    def updateCatalogs(self, filenames, withObsolete=False):
+    def updateCatalogs(self, filenames, withObsolete=False):  # noqa: U100
         """
         Public method to update the message catalogs.
 

eric ide

mercurial