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