From 874cb95f01a1ebe43f99c0b20d8037b875c72a9a Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Mon, 9 Jan 2023 09:51:53 +0100 Subject: [PATCH] added example pyrightconfig.json --- pyrightconfig.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyrightconfig.json diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..ea3d8e9 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,4 @@ +{ + "venvPath": ".", + "venv": "venvVis" +}