From b27acbbca93202fc719e0a1c43df5aff02ac61ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 25 Oct 2024 12:15:05 +0200 Subject: [PATCH] Fix Mypy Python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a29d5154..4745b5996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ profile = "black" line_length = 110 [tool.mypy] -python_version = "3.1" +python_version = "3.10" ignore_missing_imports = true warn_redundant_casts = true warn_unused_ignores = true