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