Skip to content

Commit 9d0d13d

Browse files
committed
Add pyrightconfig
1 parent 30fbe23 commit 9d0d13d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyrightconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"include": ["spacy_transformers"],
3+
"exclude": ["spacy_transformers/tests"],
4+
"typeCheckingMode": "basic",
5+
"reportMissingImports": false,
6+
"reportMissingModuleSource": false,
7+
"pythonVersion": "3.10"
8+
}

0 commit comments

Comments
 (0)