chore: Upgrade to ruff 15.0.0 (#7003)

This commit is contained in:
Michael Genson
2026-02-03 16:43:42 -06:00
committed by GitHub
parent f82f387146
commit 1b586f8c67
15 changed files with 42 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ import enum
from mealie.schema._mealie import MealieModel
class SupportedMigrations(str, enum.Enum):
class SupportedMigrations(enum.StrEnum):
nextcloud = "nextcloud"
chowdown = "chowdown"
copymethat = "copymethat"