aboutsummaryrefslogtreecommitdiff
path: root/pyrightconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'pyrightconfig.json')
-rw-r--r--pyrightconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json
index 864fa90..5bd770c 100644
--- a/pyrightconfig.json
+++ b/pyrightconfig.json
@@ -1,3 +1,4 @@
{
- "strict": ["."]
-} \ No newline at end of file
+ "include": ["src"],
+ "strict": ["src"]
+}