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:
Sebastian Rittau
2025-11-14 12:45:16 -08:00
committed by GitHub
parent 0244ef7748
commit c44315913b
4 changed files with 0 additions and 6 deletions
-1
View File
@@ -14,7 +14,6 @@
"reportImplicitStringConcatenation": "none",
// Extra strict settings
"reportMissingModuleSource": "error",
"reportShadowedImports": "error",
"reportCallInDefaultInitializer": "error",
"reportPropertyTypeMismatch": "error",
"reportUninitializedInstanceVariable": "error",