Skip to content

Commit cdea899

Browse files
committed
feat: Add pyrightconfig.json for standard type checking mode and exclude site-packages
1 parent 17f6f34 commit cdea899

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyrightconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"typeCheckingMode": "standard",
3+
"exclude": ["**/site-packages"]
4+
}

0 commit comments

Comments
 (0)