--- a/src/eric7/Preferences/ConfigurationDialog.py Wed Apr 10 17:03:56 2024 +0200 +++ b/src/eric7/Preferences/ConfigurationDialog.py Wed May 15 10:45:50 2024 +0200 @@ -1484,11 +1484,11 @@ self.__currentConfigurationPageName = pageName - def __createInterfaceLightPageWithSidebars(self, configDlg): # noqa: U100 + def __createInterfaceLightPageWithSidebars(self, _configDlg): """ Private method to create the interface configuration page in light mode. - @param configDlg reference to the configuration dialog + @param _configDlg reference to the configuration dialog (unused) @type ConfigurationWidget @return reference to the configuration page @rtype InterfaceLightPage @@ -1498,11 +1498,11 @@ page = InterfaceLightPage.create(self, withSidebars=True) return page - def resizeEvent(self, evt): + def resizeEvent(self, _evt): """ Protected method to handle the resizing of the widget. - @param evt reference to the event object + @param _evt reference to the event object (unused) @type QResizeEvent """ self.__resizeConfigStack()