From 5753c5b89cac21e2b0162cf1b8d4d08c4f1731ed Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Sat, 4 Oct 2025 11:26:10 -0400 Subject: [PATCH] mypy 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18e553b97..62a7a5188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -181,7 +181,7 @@ line-ending = "auto" docstring-code-format = false [tool.mypy] -python_version = "3.10" +python_version = "3.11" warn_return_any = true warn_unused_configs = true ignore_missing_imports = true