diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Preferences/ConfigurationPages/ApplicationPage.py --- a/src/eric7/Preferences/ConfigurationPages/ApplicationPage.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/ApplicationPage.py Thu May 25 19:51:47 2023 +0200 @@ -161,7 +161,7 @@ Preferences.setUI("UpgraderDelay", self.upgraderDelaySpinBox.value()) -def create(dlg): +def create(dlg): # noqa: U100 """ Module function to create the configuration page.