From be4e6c8079f872b909adf190d1fab4d2fc88d7ea Mon Sep 17 00:00:00 2001 From: ahtlon Date: Wed, 29 Jul 2026 02:36:43 +0200 Subject: [PATCH] [ruff] do not format alembic folder --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9244d55..d6ec8a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,3 +29,8 @@ python-desfire = ["poetry"] [tool.setuptools] py-modules = ["app"] + +[tool.ruff] +exclude = [ + "alembic" +] \ No newline at end of file