--- a/src/eric7/eric7_pluginrepository.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/eric7_pluginrepository.py Sat Apr 20 18:01:36 2024 +0200 @@ -76,11 +76,12 @@ from eric7.Toolbox import Startup -def createMainWidget(args): # noqa: U100 +def createMainWidget(_args): """ Function to create the main widget. - @param args namespace object containing the parsed command line parameters + @param _args namespace object containing the parsed command line parameters + (unused) @type argparse.Namespace @return reference to the main widget @rtype QWidget