mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-02 22:18:28 +08:00
Remove obsolete pyright setting "reportShadowedImports" (#15027)
Removed in 1.1.406: https://github.com/microsoft/pyright/releases/tag/1.1.406
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
"reportImplicitStringConcatenation": "none",
|
||||
// Extra strict settings
|
||||
"reportMissingModuleSource": "error",
|
||||
"reportShadowedImports": "error",
|
||||
"reportCallInDefaultInitializer": "error",
|
||||
"reportPropertyTypeMismatch": "error",
|
||||
"reportUninitializedInstanceVariable": "error",
|
||||
|
||||
Reference in New Issue
Block a user