From 2b0701e870099fb8a03e9ffe31af74888cebad1d Mon Sep 17 00:00:00 2001 From: Esteban Maya Date: Tue, 26 Mar 2024 21:35:14 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Ignore=20alembic=20from=20ruff?= =?UTF-8?q?=20lint=20and=20format=20(#1131)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 54b0d70..c3142f1 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -51,6 +51,7 @@ exclude = ["venv", "alembic"] [tool.ruff] target-version = "py310" +exclude = ["alembic"] [tool.ruff.lint] select = [