--- a/src/eric7/Project/ProjectBrowser.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Project/ProjectBrowser.py Thu May 25 19:51:47 2023 +0200 @@ -463,7 +463,7 @@ else: self.vcsStatusIndicator.setToolTip(self.vcsStatusText[state]) - def __vcsStatusIndicatorClicked(self, pos): + def __vcsStatusIndicatorClicked(self, pos): # noqa: U100 """ Private slot to react upon clicks on the VCS indicator LED.