--- a/src/eric7/UI/BrowserModel.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/UI/BrowserModel.py Thu May 25 19:51:47 2023 +0200 @@ -1026,7 +1026,7 @@ """ return self._lazyPopulation - def lessThan(self, other, column, order): + def lessThan(self, other, column, order): # noqa: U100 """ Public method to check, if the item is less than the other one. @@ -1230,7 +1230,7 @@ else: self.icon = EricPixmapCache.getIcon(pixName) - def setName(self, finfo, full=True): + def setName(self, finfo, full=True): # noqa: U100 """ Public method to set the directory name.