From fb49c9dcad95ee49a273e08c4e58f5a2ac90d225 Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Tue, 22 Apr 2025 12:33:13 -0500 Subject: Initial commit --- pyrightconfig.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyrightconfig.json (limited to 'pyrightconfig.json') diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..7e42513 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,4 @@ +{ + "typeCheckingMode": "strict", + "reportMissingImports": true +} -- cgit 1.4.1