diff --git a/pyrightconfig.json b/pyrightconfig.json index 2ea6d4c..4529256 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -9,4 +9,7 @@ "**/__pycache__", ".git" ], + "include": [ + "scripts/*", + ] }