From 610567374a70bb7d46fb4745a2d2f2c78d8b6109 Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Sat, 3 Jun 2023 22:01:25 -0700 Subject: [PATCH] Update pyright to 1.1.311 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1969e7dedd5..e771325e889f 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"