--- a/src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py Mon Feb 24 15:43:49 2025 +0100 @@ -1159,7 +1159,7 @@ self._modificationStatusChanged(editor.isModified(), editor) self._checkActions(editor) - def _showView(self, win, fn=None): # noqa: U100 + def _showView(self, win, fn=None): # noqa: U-100 """ Protected method to show a view (i.e. window).