From 791e047a6b804f951cbc9fea338bc0cbf787abd5 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 17 May 2025 22:51:14 +0300 Subject: [PATCH] mypy: bumped version --- testenv/linters/mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testenv/linters/mypy.ini b/testenv/linters/mypy.ini index d436fd2c..f96d8307 100644 --- a/testenv/linters/mypy.ini +++ b/testenv/linters/mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.11 +python_version = 3.13 ignore_missing_imports = true disallow_untyped_defs = true strict_optional = true