--- 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.