build: add ruff and format code
This commit is contained in:
parent
afadffbaac
commit
9d24f79436
20 changed files with 122 additions and 60 deletions
|
@ -5,12 +5,14 @@ Revises: 0b63f7c8ab96
|
|||
Create Date: 2024-03-20 15:36:08.756635
|
||||
|
||||
"""
|
||||
|
||||
from typing import Sequence, Union
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
from sqlalchemy.dialects import postgresql
|
||||
|
||||
from alembic import op
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision: str = "1d8f8443a7f5"
|
||||
down_revision: Union[str, None] = "0b63f7c8ab96"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue