Delete stubs for cryptography (#9459)

Typeshed's stubs for `paramiko` and `pyOpenSSL` now depend on the `cryptography` package, which now provides inline types at runtime
This commit is contained in:
Alex Waygood
2023-01-10 22:16:11 +00:00
committed by GitHub
parent 622a96b1de
commit e2d67bf703
55 changed files with 7 additions and 2039 deletions

View File

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