From b7bb7b25efa457529f6ea361575a8d6a4402f295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 24 Oct 2023 14:45:47 +0200 Subject: [PATCH] Updated mypy configuration. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad4a487..9fbea52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,4 +69,4 @@ warn_unreachable = true show_error_context = true pretty = true -exclude = "migrations|docs|tests" +exclude = ["migrations", "docs", "tests"]