mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-16 04:43:13 -05:00
chore: Upgrade to ruff 15.0.0 (#7003)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user