chore: fix all ruff lint errors + format — 0 errors, 306 tests pass
This commit is contained in:
@@ -37,7 +37,9 @@ class PluginActionResponse(BaseModel):
|
||||
status: str
|
||||
installed: bool = False
|
||||
active: bool = False
|
||||
dropped_tables: list[str] = Field(default_factory=list, description="Tables dropped (uninstall with remove_data=true)")
|
||||
dropped_tables: list[str] = Field(
|
||||
default_factory=list, description="Tables dropped (uninstall with remove_data=true)"
|
||||
)
|
||||
message: str = ""
|
||||
|
||||
|
||||
@@ -49,6 +51,7 @@ class PluginUninstallResponse(PluginActionResponse):
|
||||
|
||||
class ManifestFieldDoc(BaseModel):
|
||||
"""Documentation for a single manifest field."""
|
||||
|
||||
type: str
|
||||
required: str
|
||||
description: str
|
||||
|
||||
Reference in New Issue
Block a user