Exclude stubs/cryptoghraphy from CI to fix pyright (#9258)

Fix pyright
This commit is contained in:
Nikita Sobolev
2022-11-23 16:18:03 +03:00
committed by GitHub
parent 5b4adfde20
commit 6cd33f951d

View File

@@ -5,6 +5,10 @@
"stdlib",
"stubs"
],
"exclude": [
// `cryptography` stubs are outdated and to be removed
"stubs/cryptography"
],
"typeCheckingMode": "basic",
"strictListInference": true,
"strictDictionaryInference": true,