Skip to content

Commit 60486ef

Browse files
committed
pyproject: Set pyright to basic mode
1 parent 382f0c4 commit 60486ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ dev = [
3030
"pyupgrade>=3.21.2",
3131
]
3232

33+
[tool.pyright]
34+
typeCheckingMode = "basic"
35+
3336
[tool.isort]
3437
profile = "black" # Make isort compatible with black

0 commit comments

Comments
 (0)