From cac1c95eef6bfb0bee48816549e9e8315d361ed3 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Mon, 2 Jan 2023 13:34:52 +0100 Subject: [PATCH] added pyrightconfig.json --- pyrightconfig.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyrightconfig.json diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..7874966 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,3 @@ +{ + "venv": ".venv" +}