From 03f157760792c67ea3cb0eb2ff3e76541c6f0784 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sun, 4 Jun 2023 02:02:34 -0700 Subject: [PATCH] Update pyright to 1.1.311 (#10254) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1969e7de..e771325e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,4 +62,4 @@ all = true disable_all_dunder_policy = true [tool.typeshed] -pyright_version = "1.1.305" +pyright_version = "1.1.311"