From 7443c5a6fcb7af3e8d7b723a29d0ceeb00cef242 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Tue, 9 Sep 2025 17:12:45 +0800 Subject: [PATCH] refactor: update pyrightconfig to scan all API files (#25429) --- api/pyrightconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyrightconfig.json b/api/pyrightconfig.json index a3a5f2044e..352161523f 100644 --- a/api/pyrightconfig.json +++ b/api/pyrightconfig.json @@ -1,5 +1,5 @@ { - "include": ["models", "configs"], + "include": ["."], "exclude": [".venv", "tests/", "migrations/"], "ignore": [ "core/",