Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Парфенов Михаил Александрович committed Nov 30, 2024
1 parent cbf0015 commit a61682d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ format:
autoflake -r --in-place --remove-all-unused-imports ./rating_api
isort ./rating_api
black ./rating_api
autoflake -r --in-place --remove-all-unused-imports ./migrations
isort ./migrations
black ./migrations


db:
docker run -d -p 5432:5432 -e POSTGRES_HOST_AUTH_METHOD=trust --name db-rating_api postgres:15
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Create Date: 2024-11-30 18:45:08.527638
"""

from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
Expand Down

0 comments on commit a61682d

Please sign in to comment.