From 3f2db452f7e25f14de3498cd184fd79bd60777d4 Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Tue, 26 Nov 2024 17:52:39 +0900 Subject: [PATCH] chore: relax pyright for now --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ab85ed2c2..fb427faa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -226,6 +226,7 @@ ignore = [ # These are tentative include = ["**/*.py"] pythonVersion = "3.8.6" +# FIXME understand the difference #typeCheckingMode = "strict" #useLibraryCodeForTypes = true reportGeneralTypeIssues = true