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

@ -90,10 +90,8 @@ class PlayRatingCalculatorDialog(QDialog):
self.acceptButton = QPushButton(self)
self.acceptButton.setText(
# fmt: off
QCoreApplication.translate("StepCalculator", "playRatingCalculatorDialog.acceptButton")
# fmt: on
)
) # fmt: skip
self.acceptButton.setEnabled(False)
self.verticalLayout.addWidget(self.acceptButton)