--- a/ProjectDjango/Project.py Sat Dec 28 16:01:22 2024 +0100 +++ b/ProjectDjango/Project.py Sun Mar 30 15:23:32 2025 +0200 @@ -2875,7 +2875,7 @@ migrationFiles = glob.glob( os.path.join( self.__ericProject.getProjectPath(), - "**/[0-9][0-9][0-9][0-9]*.py" + "**/[0-9][0-9][0-9][0-9]*.py", ), recursive=True, ) @@ -3554,7 +3554,7 @@ if res: dia.exec() - def updateCatalogs(self, filenames): # noqa: U100 + def updateCatalogs(self, filenames): # noqa: U-100 """ Public method to update the message catalogs. @@ -3589,7 +3589,7 @@ if res: dia.exec() - def updateCatalogsWithObsolete(self, filenames): # noqa: U100 + def updateCatalogsWithObsolete(self, filenames): # noqa: U-100 """ Public method to update the message catalogs keeping obsolete messages. @@ -3677,7 +3677,7 @@ if fullName.endswith(".mo"): self.__ericProject.appendFile(fullName) - def compileCatalogs(self, filenames): # noqa: U100 + def compileCatalogs(self, filenames): # noqa: U-100 """ Public method to compile the message catalogs.