--- a/ProjectFlask/RoutesDialog.py Sat Dec 23 15:48:52 2023 +0100 +++ b/ProjectFlask/RoutesDialog.py Sat Dec 23 17:08:59 2023 +0100 @@ -98,9 +98,7 @@ EricMessageBox.critical( None, self.tr("Flask Routes"), - self.tr( - """The Flask process could not be""" """ started.""" - ), + self.tr("""The Flask process could not be started."""), ) for column in range(self.routesList.columnCount()): self.routesList.resizeColumnToContents(column) @@ -179,7 +177,7 @@ self.showRoutes() @pyqtSlot(bool) - def on_allMethodsCheckBox_toggled(self, checked): + def on_allMethodsCheckBox_toggled(self, checked): # noqa: U100 """ Private slot handling the selection to show all methods.