diff -r f58b64382e67 -r 859d59103f9f TimeTracker/TimeTrackerEntryDialog.py --- a/TimeTracker/TimeTrackerEntryDialog.py Sat Dec 23 15:48:55 2023 +0100 +++ b/TimeTracker/TimeTrackerEntryDialog.py Sat Dec 23 19:35:14 2023 +0100 @@ -74,7 +74,7 @@ ) @pyqtSlot(QDateTime) - def on_startDateTimeEdit_dateTimeChanged(self, date): + def on_startDateTimeEdit_dateTimeChanged(self, date): # noqa: U100 """ Private slot handling a change of the start date and time. @@ -84,7 +84,7 @@ self.__checkOk() @pyqtSlot(int) - def on_durationSpinBox_valueChanged(self, value): + def on_durationSpinBox_valueChanged(self, value): # noqa: U100 """ Private slot handling a change of the duration.