From fa642f0232a35eeeb751c545d7f270ec169f4a3d Mon Sep 17 00:00:00 2001 From: Ivan Leo Date: Sun, 19 Jan 2025 16:30:28 +0800 Subject: [PATCH] fix: include --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdc5fb4..ee3e34c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ kura = "kura.cli.cli:app" [tool.pyright] -include = ["instructor"] +include = ["kura"] exclude = [ "**/node_modules", "**/__pycache__",