From 8a008f0bc828069d5e0e82d6d892581d1b3f5927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 6 Apr 2024 00:15:34 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20mypy=20config=20to=20ig?= =?UTF-8?q?nore=20.venv=20directories=20(#1155)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a9eeb04..bf60099 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -42,7 +42,7 @@ build-backend = "poetry.masonry.api" [tool.mypy] strict = true -exclude = ["venv", "alembic"] +exclude = ["venv", ".venv", "alembic"] [tool.ruff] target-version = "py310"