[ruff] do not format alembic folder

This commit is contained in:
2026-07-29 02:36:43 +02:00
parent ce79d99a8c
commit be4e6c8079

View File

@@ -29,3 +29,8 @@ python-desfire = ["poetry"]
[tool.setuptools]
py-modules = ["app"]
[tool.ruff]
exclude = [
"alembic"
]