We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5fa01 commit 281cc06Copy full SHA for 281cc06
.github/workflows/pyright.yaml
@@ -22,4 +22,4 @@ jobs:
22
run: uv venv && uv sync --all-extras
23
24
- name: pyright
25
- run: uv run pyright
+ run: uv run pyright tinker_cookbook
pyproject.toml
@@ -89,7 +89,9 @@ exclude = [
89
]
90
91
[tool.pyright]
92
+include = ["tinker_cookbook"]
93
exclude = [
94
+ ".venv",
95
# Vendored from HuggingFace, kept identical to upstream
96
"kimi-k2.5-hf-tokenizer/tool_declaration_ts.py",
97
0 commit comments