From 50da0aa19c5a1cfbec0f4648268dbc4624b23d35 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 21 Oct 2022 11:47:45 +0300 Subject: [PATCH] Add `$schema` to `pyrightconfig.json` (#8957) --- pyrightconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/pyrightconfig.json b/pyrightconfig.json index 0851d5654..9bf5e1402 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json", "typeshedPath": ".", "include": [ "stdlib",