mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-22 01:28:29 +08:00
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:
@@ -5,10 +5,6 @@
|
||||
"stdlib",
|
||||
"stubs",
|
||||
],
|
||||
"exclude": [
|
||||
// `cryptography` stubs are outdated and to be removed
|
||||
"stubs/cryptography",
|
||||
],
|
||||
"typeCheckingMode": "basic",
|
||||
"strictListInference": true,
|
||||
"strictDictionaryInference": true,
|
||||
|
||||
Reference in New Issue
Block a user