From a349f584e22e27368292909659ea73f7ae38c128 Mon Sep 17 00:00:00 2001 From: phi Date: Sat, 14 Sep 2024 03:08:52 +0900 Subject: [PATCH] chore: update pyrightconfig --- pyrightconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",