Skip to content

Commit 28adaed

Browse files
author
Sam McHardy
committed
Add pyright config
1 parent 88a89a1 commit 28adaed

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pyrightconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"include": [
3+
"binance"
4+
],
5+
"reportMissingImports": false,
6+
"reportMissingModuleSource": false,
7+
"typeCheckingMode": "basic",
8+
"reportWildcardImportFromLibrary": false
9+
}

0 commit comments

Comments
 (0)