From 47353cab8609eb6d6c3596694b46ec009fb08f77 Mon Sep 17 00:00:00 2001 From: Avasam Date: Wed, 28 Feb 2024 21:19:22 -0500 Subject: [PATCH] Add back minimal version in pyrightconfig.json https://github.com/microsoft/pyright/releases/tag/1.1.352 --- pyrightconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrightconfig.json b/pyrightconfig.json index c70029bf42..1dd371af23 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -1,7 +1,7 @@ { "typeCheckingMode": "basic", // Target the oldest supported version in editors - // "pythonVersion": "3.7", // https://github.com/microsoft/pyright/issues/7330 + "pythonVersion": "3.7", // Keep it simple for now by allowing both mypy and pyright to use `type: ignore` "enableTypeIgnoreComments": true, // Exclude from scanning when running pyright