From a0494682688853c209d34aeae237be15f802faa1 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 17 Dec 2024 00:45:03 -0800 Subject: [PATCH] Add pyright config --- pyrightconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyrightconfig.json diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 00000000..997fcd75 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,5 @@ +{ + "typeCheckingMode": "standard", + "reportAny": false, + "reportConstantRedefinition": false +}