--- a/src/eric7/Debugger/DebuggerInterfacePython.py Wed May 24 17:28:58 2023 +0200 +++ b/src/eric7/Debugger/DebuggerInterfacePython.py Wed May 24 19:54:24 2023 +0200 @@ -79,7 +79,7 @@ # attribute to remember the name of the executed script self.__scriptName = "" - def __identityTranslation(self, fn, remote2local=True): + def __identityTranslation(self, fn, remote2local=True): # noqa: U100 """ Private method to perform the identity path translation.