From fd15cb6aed773a2275888779cca72cef7c11832f Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Sun, 9 Oct 2022 11:37:47 +0200 Subject: [PATCH] Add pyright configuration --- 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..eb7655d --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,3 @@ +{ + "pythonVersion": "3.11" +}