change # fmt: labels to ruff compatible

This commit is contained in:
2024-06-28 20:20:26 +08:00
parent 0e2026ff1c
commit e964a38e3d
9 changed files with 27 additions and 76 deletions

View File

@ -50,6 +50,4 @@ class TabOverview(Ui_TabOverview, QWidget):
def retranslateUi(self, *args):
super().retranslateUi(self)
# fmt: off
self.describeFormatString = QCoreApplication.translate("TabOverview", "databaseDescribeLabel {} {} {} {} {} {}")
# fmt: on
self.describeFormatString = QCoreApplication.translate("TabOverview", "databaseDescribeLabel {} {} {} {} {} {}") # fmt: skip