From e1e55b6e58ac47f934fd874f0cc04a6e4dc932a1 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Sat, 19 Oct 2024 14:37:02 +0300 Subject: [PATCH] Bump mypy python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3949c895..d1d59a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -275,7 +275,7 @@ exclude_lines = [ [tool.mypy] plugins = "pydantic.mypy" -python_version = "3.8" +python_version = "3.9" show_error_codes = true show_error_context = true pretty = true