From 11d731cf35de204f7ade36edeb624db265a87f06 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Mon, 25 Sep 2023 13:09:33 -0400 Subject: add pyright ci --- pyrightconfig.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyrightconfig.json (limited to 'pyrightconfig.json') diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 00000000..9937f227 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,3 @@ +{ + "strict": ["*"] +} \ No newline at end of file -- cgit v1.2.3