Skip to content

Commit 7a246a2

Browse files
committed
chore: ignore insights
Signed-off-by: Chojan Shang <psiace@apache.org>
1 parent bb42c83 commit 7a246a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ python = "./.venv"
102102
python-version = "3.12"
103103

104104
[tool.ty.src]
105-
exclude = ["references"]
105+
# references/ = third-party or example code. insights/ = PEP 723 scripts (marimo, pandas, etc.)
106+
# whose deps are declared in-script only; CI does not install them for type-checking.
107+
exclude = ["references", "insights"]
106108

107109
[tool.pytest.ini_options]
108110
testpaths = ["tests", "contrib/bubseek-schedule/src/tests", "contrib/bubseek-dingtalk/tests", "contrib/bubseek-marimo/tests"]

0 commit comments

Comments
 (0)