Skip to content

Commit 6f65aa4

Browse files
committed
fix pyproject again
1 parent 669981a commit 6f65aa4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@ lint.ignore = [
5858

5959
[tool.ruff.format]
6060
quote-style = "single"
61+
62+
[tool.pyright]
63+
typeCheckingMode = "strict"
64+
pythonVersion = "3.10"
65+
reportPrivateUsage = "none"
66+
reportAttributeAccessIssue = "none"
67+
reportUnknownMemberType = "none"

0 commit comments

Comments
 (0)