We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fbe23 commit 9d0d13dCopy full SHA for 9d0d13d
1 file changed
pyrightconfig.json
@@ -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