--- a/src/eric7/PluginManager/PluginManager.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/PluginManager/PluginManager.py Thu May 25 19:51:47 2023 +0200 @@ -1347,7 +1347,15 @@ self.pluginRepositoryFileDownloaded.emit() def checkPluginEntry( - self, name, short, description, url, author, version, filename, status + self, + name, # noqa: U100 + short, # noqa: U100 + description, # noqa: U100 + url, + author, # noqa: U100 + version, + filename, + status, # noqa: U100 ): """ Public method to check a plug-in's data for an update.