refactor: refactor project with ruff

This commit is contained in:
2025-05-20 11:43:05 +05:00
parent de06890f6a
commit 881a72a66c
31 changed files with 326 additions and 385 deletions

View File

@@ -14,6 +14,7 @@ class Status(Enum):
DISABLED = "Disabled"
DELETED = "Deleted"
class ListEvent(BaseModel):
id: int
name: str = Field(..., max_length=40)