Added Alembic for migrations
This commit is contained in:
@@ -22,6 +22,7 @@ target-version = "py39"
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
"tests*/*" = ["ANN201", "S101", "PLR2004"]
|
||||
"migrations/versions/*" = ["N999"]
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
||||
Reference in New Issue
Block a user