--- a/src/eric7/WebBrowser/OpenSearch/OpenSearchEngineModel.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/WebBrowser/OpenSearch/OpenSearchEngineModel.py Mon Feb 24 15:43:49 2025 +0100 @@ -92,7 +92,7 @@ else: return self.__manager.enginesCount() - def columnCount(self, parent=None): # noqa: U100 + def columnCount(self, parent=None): # noqa: U-100 """ Public method to get the number of columns of the model.