We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reportShadowedImports
1 parent d7978f6 commit 1b45197Copy full SHA for 1b45197
pyproject.toml
@@ -136,7 +136,7 @@ reportMissingSuperCall = false
136
reportPrivateUsage = false
137
reportPropertyTypeMismatch = false
138
reportSelfClsParameterName = false
139
-reportShadowedImports = true
+reportShadowedImports = false # causes a ~35% slowdown
140
reportUninitializedInstanceVariable = true
141
reportUnnecessaryTypeIgnoreComment = true
142
reportUnusedExpression = false
0 commit comments