src/eric7/Plugins/PluginCodeStyleChecker.py

branch
eric7
changeset 10069
435cc5875135
parent 10061
8bdad5699288
child 10437
2f70ca07f0af
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Plugins/PluginCodeStyleChecker.py
--- a/src/eric7/Plugins/PluginCodeStyleChecker.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Plugins/PluginCodeStyleChecker.py	Thu May 25 19:51:47 2023 +0200
@@ -322,7 +322,7 @@
 
         self.__initialize()
 
-    def __projectShowMenu(self, menuName, menu):
+    def __projectShowMenu(self, menuName, menu):  # noqa: U100
         """
         Private slot called, when the the project menu or a submenu is
         about to be shown.

eric ide

mercurial