--- a/src/eric7/UI/Previewer.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/UI/Previewer.py Thu May 25 19:51:47 2023 +0200 @@ -128,7 +128,7 @@ """ self.__editorChanged(editor) - def __editorTextChanged(self, editor): + def __editorTextChanged(self, editor): # noqa: U100 """ Private slot to handle changes of an editor's text.