diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/Debugger/WatchPointModel.py --- a/src/eric7/Debugger/WatchPointModel.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/Debugger/WatchPointModel.py Mon Feb 24 15:43:49 2025 +0100 @@ -61,7 +61,7 @@ self.watchpoints = [] - def columnCount(self, parent=None): # noqa: U100 + def columnCount(self, parent=None): # noqa: U-100 """ Public method to get the current column count.