src/eric7/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py

branch
eric7
changeset 10069
435cc5875135
parent 9973
d537cba05d38
child 10438
4cd7e5a8b3cf
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py	Thu May 25 19:51:47 2023 +0200
@@ -53,7 +53,7 @@
             name,
         )
 
-    def showContextMenu(self, menu, standardItems):
+    def showContextMenu(self, menu, standardItems):  # noqa: U100
         """
         Public slot called before the context menu is shown.
 
@@ -77,7 +77,7 @@
             for act in standardItems:
                 act.setEnabled(True)
 
-    def showContextMenuMulti(self, menu, standardItems):
+    def showContextMenuMulti(self, menu, standardItems):  # noqa: U100
         """
         Public slot called before the context menu (multiple selections) is
         shown.
@@ -112,7 +112,7 @@
             for act in standardItems:
                 act.setEnabled(True)
 
-    def showContextMenuDir(self, menu, standardItems):
+    def showContextMenuDir(self, menu, standardItems):  # noqa: U100
         """
         Public slot called before the context menu is shown.
 
@@ -134,7 +134,7 @@
             for act in standardItems:
                 act.setEnabled(True)
 
-    def showContextMenuDirMulti(self, menu, standardItems):
+    def showContextMenuDirMulti(self, menu, standardItems):  # noqa: U100
         """
         Public slot called before the context menu is shown.
 

eric ide

mercurial