--- a/src/eric7/Debugger/DebugServer.py Sun Feb 09 15:47:57 2025 +0100 +++ b/src/eric7/Debugger/DebugServer.py Sat Mar 01 15:52:40 2025 +0100 @@ -1626,7 +1626,7 @@ ) def remoteClientVariable( - self, debuggerId, scope, filterList, var, framenr=0, maxSize=0 # noqa: U100 + self, debuggerId, scope, filterList, var, framenr=0, maxSize=0 # noqa: U-100 ): """ Public method to request the variables of the debugged program.