--- a/src/eric7/PdfViewer/PdfToCWidget.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/PdfViewer/PdfToCWidget.py Thu May 25 19:51:47 2023 +0200 @@ -26,7 +26,7 @@ """ super().__init__(parent) - def columnCount(self, index): + def columnCount(self, index): # noqa: U100 """ Public method to define the number of columns to be shown.