Skip to content

Commit 6330d4b

Browse files
committed
add type checking configuration (use pyright)
1 parent 484886a commit 6330d4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ lint.ignore = [
4949

5050
[tool.ruff.format]
5151
quote-style = "single"
52+
53+
[tool.pyright]
54+
typeCheckingMode = "strict"
55+
pythonVersion = "3.10"

0 commit comments

Comments
 (0)