[ruff] do not format alembic folder

This commit is contained in:
2026-07-29 02:36:43 +02:00
parent ce79d99a8c
commit be4e6c8079
+5
View File
@@ -29,3 +29,8 @@ python-desfire = ["poetry"]
[tool.setuptools] [tool.setuptools]
py-modules = ["app"] py-modules = ["app"]
[tool.ruff]
exclude = [
"alembic"
]