mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 02:42:29 +08:00
Remove unnecessary pyrightconfig excludes (#6271)
This commit is contained in:
+1
-5
@@ -5,11 +5,7 @@
|
||||
"stubs"
|
||||
],
|
||||
"exclude": [
|
||||
// Python 2 only modules.
|
||||
"**/@python2",
|
||||
"stubs/enum34",
|
||||
"stubs/futures",
|
||||
"stubs/ipaddress"
|
||||
"**/@python2"
|
||||
],
|
||||
"typeCheckingMode": "basic",
|
||||
"strictListInference": true,
|
||||
|
||||
Reference in New Issue
Block a user