🎨 Ignore alembic from ruff lint and format (#1131)

This commit is contained in:
Esteban Maya
2024-03-26 21:35:14 -05:00
committed by GitHub
parent 6cd3156672
commit 2b0701e870

View File

@@ -51,6 +51,7 @@ exclude = ["venv", "alembic"]
[tool.ruff]
target-version = "py310"
exclude = ["alembic"]
[tool.ruff.lint]
select = [