src/eric7/VCS/VersionControl.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/VCS/VersionControl.py
--- a/src/eric7/VCS/VersionControl.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/VCS/VersionControl.py	Mon Feb 24 15:43:49 2025 +0100
@@ -695,7 +695,7 @@
         """
         raise NotImplementedError("Not implemented")
 
-        return None  # __IGNORE_WARNING_M831__
+        return None  # __IGNORE_WARNING_M-831__
 
     def vcsGetProjectHelper(self, project):
         """
@@ -710,7 +710,7 @@
         """
         raise NotImplementedError("Not implemented")
 
-        return None  # __IGNORE_WARNING_M831__
+        return None  # __IGNORE_WARNING_M-831__
 
     #####################################################################
     ## methods above need to be implemented by a subclass
@@ -1127,7 +1127,7 @@
         if self.statusMonitorThread is not None:
             self.statusMonitorThread.clearCachedState(name)
 
-    def _createStatusMonitorThread(self, interval, project):  # noqa: U100
+    def _createStatusMonitorThread(self, interval, project):  # noqa: U-100
         """
         Protected method to create an instance of the VCS status monitor
         thread.
@@ -1142,4 +1142,4 @@
         @return reference to the monitor thread
         @rtype QThread
         """
-        return None  # __IGNORE_WARNING_M831__
+        return None  # __IGNORE_WARNING_M-831__

eric ide

mercurial