diff --git a/pyrightconfig.json b/pyrightconfig.json index 2af5788..9d28aa9 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -1,7 +1,7 @@ { "include": [ "src/timeout_executor", - "tests" + "src/tests" ], "typeCheckingMode": "strict", "pythonVersion": "3.9",