Skip to content

Commit 68bc590

Browse files
franccescoclaude
andcommitted
fix: exclude tests from pyright strict checking
Tests use dict unpacking patterns that are intentionally dynamic and don't need strict type checking. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e45382b commit 68bc590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ quote-style = "double"
7070
indent-style = "space"
7171

7272
[tool.pyright]
73-
include = ["src", "tests"]
73+
include = ["src"]
7474
pythonVersion = "3.12"
7575
typeCheckingMode = "strict"
7676
reportMissingImports = true

0 commit comments

Comments
 (0)