From 3de84547cb4afccc7b8cecf651c5508e7662cd53 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sun, 8 Feb 2026 13:06:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Set=20default=20MyPy=20target=20?= =?UTF-8?q?to=20Python=203.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mypy.ini b/.mypy.ini index 3dc2ecc..a3a79f0 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.11 +python_version = 3.10 color_output = true error_summary = true files =