--- a/src/eric7/UI/PythonDisViewer.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/UI/PythonDisViewer.py Thu May 25 19:51:47 2023 +0200 @@ -175,7 +175,7 @@ if editor and editor is self.__editor: self.__loadDIS() - def __editorLineChanged(self, editor, lineno): + def __editorLineChanged(self, editor, lineno): # noqa: U100 """ Private slot to handle a mouse button double click in the editor.