chore(pre-commit): add pre-commit
This commit is contained in:
@@ -7,6 +7,8 @@ from sqlmodel import Field, Relationship, SQLModel
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from .user import User
|
||||
|
||||
|
||||
class Team(SQLModel, table=True):
|
||||
__tablename__ = "teams" # pyright: ignore[reportAssignmentType]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user