diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/Plugins/VcsPlugins/vcsPySvn/subversion.py --- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/subversion.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/subversion.py Mon Feb 24 15:43:49 2025 +0100 @@ -178,7 +178,7 @@ self.version = pysvn.svn_version[:-1] return True, "" - 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. @@ -262,7 +262,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 @@ -949,7 +949,7 @@ dlg.exec() os.chdir(cwd) - 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. @@ -1604,7 +1604,7 @@ else: return self.__vcsAllRegisteredStates_wc(names, dname, shortcut) - def __vcsAllRegisteredStates_wcng(self, names, dname, shortcut=True): # noqa: U100 + def __vcsAllRegisteredStates_wcng(self, names, dname, shortcut=True): # noqa: U-100 """ Private method used to get the registered states of a number of files in the vcs. @@ -1862,7 +1862,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.