From 0e3e16e8097f5bfb956ee1e13d49b951e5e57acb Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:44:00 +0800 Subject: [PATCH] :rotating_light: make pyright happy (#2379) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a9b8930..9922dbb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ executionEnvironments = [ typeCheckingMode = "basic" reportShadowedImports = false - +disableBytesTypePromotions = true [build-system] requires = ["poetry_core>=1.0.0"]