--- a/src/eric7/WebBrowser/Network/NetworkManager.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/WebBrowser/Network/NetworkManager.py Thu May 25 19:51:47 2023 +0200 @@ -358,7 +358,7 @@ html = html.replace("@LI-2@", '<a href="{0}">{0}</a>'.format(url.toString())) page.setHtml(html, url) - def proxyAuthentication(self, requestUrl, auth, proxyHost): + def proxyAuthentication(self, requestUrl, auth, proxyHost): # noqa: U100 """ Public slot to handle a proxy authentication request.