--- a/src/eric7/DebugClients/Python/AsyncFile.py Wed May 24 17:28:58 2023 +0200 +++ b/src/eric7/DebugClients/Python/AsyncFile.py Wed May 24 19:54:24 2023 +0200 @@ -292,7 +292,7 @@ """ return False - def seek(self, offset, whence=0): + def seek(self, offset, whence=0): # noqa: U100 """ Public method to move the filepointer. @@ -314,7 +314,7 @@ """ raise OSError((29, "[Errno 29] Illegal seek")) - def truncate(self, size=-1): + def truncate(self, size=-1): # noqa: U100 """ Public method to truncate the file.