--- a/src/eric7/Debugger/BreakPointModel.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/Debugger/BreakPointModel.py Mon Feb 24 15:43:49 2025 +0100 @@ -69,7 +69,7 @@ self.breakpoints = [] - def columnCount(self, parent=None): # noqa: U100 + def columnCount(self, parent=None): # noqa: U-100 """ Public method to get the current column count. @@ -145,7 +145,7 @@ return None - def setData(self, index, value, role=Qt.ItemDataRole.EditRole): # noqa: U100 + def setData(self, index, value, role=Qt.ItemDataRole.EditRole): # noqa: U-100 """ Public method to change data in the model.