From 4ffc19bbbb2395b8204b852df325fe4b3c07e273 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Sat, 21 Dec 2024 16:19:13 +0530 Subject: Add type checking, rework parsing, fix bugs --- 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 0000000..864fa90 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,3 @@ +{ + "strict": ["."] +} \ No newline at end of file -- cgit v1.2.3-57-g22cb