diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/WebBrowser/StatusBar/JavaScriptIcon.py --- a/src/eric7/WebBrowser/StatusBar/JavaScriptIcon.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/WebBrowser/StatusBar/JavaScriptIcon.py Thu May 25 19:51:47 2023 +0200 @@ -148,7 +148,9 @@ self._window.preferencesChanged() QTimer.singleShot(500, self.__updateIcon) - def __navigationRequestAccepted(self, url, navigationType, isMainFrame, page): + def __navigationRequestAccepted( + self, url, navigationType, isMainFrame, page # noqa: U100 + ): """ Private method to handle the navigationRequestAccepted signal.