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

branch
eric7
changeset 10069
435cc5875135
parent 9973
d537cba05d38
child 10438
4cd7e5a8b3cf
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py
--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py	Thu May 25 19:51:47 2023 +0200
@@ -54,7 +54,7 @@
             name,
         )
 
-    def showContextMenu(self, menu, standardItems):
+    def showContextMenu(self, menu, standardItems):  # noqa: U100
         """
         Public slot called before the context menu is shown.
 
@@ -89,7 +89,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.
@@ -130,7 +130,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.
 
@@ -156,7 +156,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