--- a/src/eric7/Project/ProjectBrowser.py Tue May 02 10:20:23 2023 +0200 +++ b/src/eric7/Project/ProjectBrowser.py Sat May 27 19:02:58 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.