--- a/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py Mon Feb 24 15:43:49 2025 +0100 @@ -82,7 +82,7 @@ ## File system related methods below ############################################################################ - def __getPathSeparator(self, params): # noqa: U100 + def __getPathSeparator(self, params): # noqa: U-100 """ Private method to report the path separator. @@ -111,7 +111,7 @@ "error": str(err), } - def __getcwd(self, params): # noqa: U100 + def __getcwd(self, params): # noqa: U-100 """ Private method to report the current working directory.