src/eric7/Plugins/VcsPlugins/vcsSubversion/subversion.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
child 11218
43dfc40728d2
diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/Plugins/VcsPlugins/vcsSubversion/subversion.py
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/subversion.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/subversion.py	Mon Feb 24 15:43:49 2025 +0100
@@ -188,7 +188,7 @@
 
         return False, errMsg
 
-    def vcsInit(self, vcsDir, noDialog=False):  # noqa: U100
+    def vcsInit(self, vcsDir, noDialog=False):  # noqa: U-100
         """
         Public method used to initialize the subversion repository.
 
@@ -272,7 +272,7 @@
             project.openProject(pfn)
 
     def vcsImport(
-        self, vcsDataDict, projectDir, noDialog=False, addAll=True  # noqa: U100
+        self, vcsDataDict, projectDir, noDialog=False, addAll=True  # noqa: U-100
     ):
         """
         Public method used to import the project into the Subversion
@@ -873,7 +873,7 @@
         if res:
             dia.exec()
 
-    def vcsRemove(self, name, project=False, noDialog=False):  # noqa: U100
+    def vcsRemove(self, name, project=False, noDialog=False):  # noqa: U-100
         """
         Public method used to remove a file/directory from the Subversion
         repository.
@@ -1669,7 +1669,7 @@
                 dia.exec()
 
     def vcsOptionsDialog(
-        self, project, _archive, editable=False, parent=None  # noqa: U100
+        self, project, _archive, editable=False, parent=None  # noqa: U-100
     ):
         """
         Public method to get a dialog to enter repository info.

eric ide

mercurial