--- a/src/eric7/Debugger/WatchPointModel.py Wed May 24 17:28:58 2023 +0200 +++ b/src/eric7/Debugger/WatchPointModel.py Wed May 24 19:54:24 2023 +0200 @@ -60,7 +60,7 @@ self.watchpoints = [] - def columnCount(self, parent=None): + def columnCount(self, parent=None): # noqa: U100 """ Public method to get the current column count. @@ -174,7 +174,7 @@ return self.createIndex(row, column, self.watchpoints[row]) - def parent(self, index): + def parent(self, index): # noqa: U100 """ Public method to get the parent index.