--- a/ProjectPyramid/CreateParametersDialog.py Sat Dec 23 15:48:53 2023 +0100 +++ b/ProjectPyramid/CreateParametersDialog.py Sat Dec 23 17:16:21 2023 +0100 @@ -58,7 +58,7 @@ self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(str) - def on_templateCombo_currentTextChanged(self, text): + def on_templateCombo_currentTextChanged(self, text): # noqa: U100 """ Private slot to handle changes of the selected scaffold.