Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cd33f9

Browse files
authored
Exclude stubs/cryptoghraphy from CI to fix pyright (#9258)
Fix pyright
1 parent 5b4adfd commit 6cd33f9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyrightconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"stdlib",
66
"stubs"
77
],
8+
"exclude": [
9+
// `cryptography` stubs are outdated and to be removed
10+
"stubs/cryptography"
11+
],
812
"typeCheckingMode": "basic",
913
"strictListInference": true,
1014
"strictDictionaryInference": true,

0 commit comments

Comments
 (0)